[Question] HLS Playback - MX Player

Trying to understand some behavior I'm seeing with using MX on stock Nexus 7 (2013).
An HLS m3u8 with 5 streams playlist generated from USP.... No matter on 'which stream it starts' (I can force ordering of bitrates from the server) it only goes up to the 2nd to the best (largest) bitrate.... unless I tell the server to start with the top bitrate. Once it picks a bitrate, it doesn't seem to shift even if I drop (via the wifi) the available bandwidth.
1) Does MX continuously update which stream it pulls from? Or does it pick one and hold on to it? (If yes, can that be changed?)
2) Noticed that MX pulls all streams at first for one GOP (GOP set to 3 seconds in our videos) then just uses one of them and goes with it.
3) Is there an embedded library (S/W only decoder) available? [EDIT: Meaning, ability to install alongside another app, where Software decoder is set by default, without require the user to install this themselves. Still using intents to launch streams.]
The playback is fine in.... just trying to get a better understanding on the HLS ability.... I cannot believe 'stock' android HLS is so bad.... worse on kitkat then it was on ics. MX seems to be doing something good here...

Related

Streaming video from my PC?

is there an application that will allow me to stream video files(regardless of file type) to my android phone?
Yes,
Check out iStream on the market..
It, along with an accompanying jar server, allow a few streaming/conversion solutions.. Supporting most codecs/containers..
Basically, if you direct the app to play an mp4 stored on the pc, it'll stream it, without reencode, and works pretty well, except for limited controls, and no scaling for aspect ratio..
If you choose, say, an Xvid (or rather, anything else) encoded avi, you can either queue the file to be converted remotely (the .jar can use the handbrake cli) or you can attempt to convert/stream on the fly.. which too, works.. but isn't perfect.
For conversion jobs, you're given a list of appropriate bitrates for audio/video, but i'm personally waiting for support for custom handbrake parameters.
I think there is a free version of the client, I paid (out of curiosity) before there was a free version, so i dont know about 'trial' limitations, and there have been a few updates since i last used it.. but it's the best option i've found, and things can only get better.
You can use ffmpeg and ffserver on the PC to do this too. The combination of them can transcode any video into H.264BP that your phone can play over rtsp://.
http://forum.xda-developers.com/showpost.php?p=6495551&postcount=8
I wonder when TVversity will hit android.
Would be nice to stream movie from home's PC into your phone in some place with Wifi.

A way to stream from PC to WP7 device?

Hi all
I'd like to be able to stream videos which are on my desktop PC to my phone possibly via some server/client set-up and the wireless network. To my surprise I haven't been able to find anything in the marketplace which advertises this ability. I'd very much like it if VLC could be used as the server but that's only incidental.
Thanks
try using ORB
orb doesn't support wp7, and on their forum they said maybe in the future...
If you serve up compatible (ie MP4 or WMV) files via http to the WP7 browser then these will apparently open the Zune player on the phone and the content will stream. I have not tried this yet myself however.
What I am planning on doing this weekend though is trying out TVersity (google is your friend). From what I can see, this software runs a server that allows you to access all your media (music, photos, video etc) from phones, other PCs, media players etc. It has the major advantage of optionally converting file formats on the go.
What I'm hoping to do with this is:
1. Set up TVersity server on my home HTPC
2. Browse my media collection using the TVersity server with IE on my WP7 (this tutorial suggests this should be possible)
3. Clicking on MP4 files should play them natively with the Zune software on the phone, and other formats should be converted to MP4 on the fly by TVersity (need to look into TVersity to make sure it can actually do this!)
4. Play files
5. ???
6. Profit!
I'm going to try this with the free version of TVersity first to make sure it works as I think it does. If it does, great. If not, I'm stuck converting my AVIs to MP4 and copying them to my phone. Also try out "Send to WP7"; the latest update allows you to right-click an MP4 on your desktop and send a local link to your phone so you can stream directly over Wifi.
But really somebody should make a server / app combo for WP7 that serves up media nice and easy.
EDIT: I've actually tried the above, and it works. You can access TVersity if you're connected by Wifi with your IP address (http://192.168.1.9:4321 or whatever) and you are provided a file browser to browse all your media. Selecting a video file automatically transcoded the AVI to WMV which looks pixel perfect and very good quality (widescreen and all) on my HD7. It opens in Zune player, so all you can really do is pause / play, fast forward and rewind. No scrubbing or anything.
Positives:
-Allows you to play any AVIs / divx videos in your library without converting beforehand
-Streaming quality is perfect and smooth
-Possible to stream over the internet (3G) if you want (you can set a username and password)
Negatives:
-TVersity menu looks poor on the phone and is difficult to navigate; some text is huge while other text is tiny
-Once you start streaming a TV show / Movie, there is no way of stopping the transcoding at the server side. ie If you start watching a 40 minute 350mb show but decide after a few seconds you want to watch another one, TVersity doesn't seem to have any way of telling that you've navigated away from the show. Which means that the server computer running TVersity and doing the transcoding (which is my case is an oldish laptop in a cupboard) will continue to transcode the entire episode for the duration of the show. This has the very unwelcome side effect of almost maxing out the CPU on the server for those 40 minutes. And if you start watching another episode, that starts transcoding too... server is crippled after a while. The only way to stop transcoding is by manually restarting the TVersity service on the server, which cannot be done remotely.
In fairness the issues here are not caused by WP7, they seem to be TVersity issues. I thnk they would be easily fixed with an official TVersity browser app that would solve the navigation issues and would tell the server to stop transcoding when you quit watching a video.
On the other hand, we wouldn't have these issues if WP7 would just support AVI / divx like they promised they would originally... ;-)
I was actually tinkering with this tonight.. I was about to hit the hay when I saw this thread.. so i will chime in..
I went as far as to install a WAMP setup on my Media PC / Server. Then in my doc root I would structure my videos, mp3's photos, etc..
I did some port forwarding on my router and poked some holes in my firewall so my Media Server could listen on port 80.. so my laptop pulled server good..
I also own the HD7, and what I also confirmed was that i could hit the server from IE on the phone..and stream .wmv's successfully.. kewl..
Now all I need to do is develop a better webpage to house the content and make it look good.. possible MetroUI look.. scroll to the right or left instead of up and down.. I am also trying to include ffmpeg so I can have the functionality of the website taking a thumnail of the video upon upload and using it as the img src for the link to the video in my WP7-web-app..
Makes it even better that PHP is compiled on the server so i can do some trick things for the website..
I miss TCPMP...
Try PS3 Media Server instead of TVersity. I've found PS3 Media Server to be more welcoming to various devices (as well as being more stable).
Audio said:
Try PS3 Media Server instead of TVersity. I've found PS3 Media Server to be more welcoming to various devices (as well as being more stable).
Click to expand...
Click to collapse
I already use ps3 media server for my ps3, but how can I use it with my HD7?
You could try Smart Potato. It does interact with WMC.
As far as I can recall, TwonkyMediaServer supports a load of devices as well as streaming over the interweb.
VLC PLay is available on the zune marketplace and uses VLC on pc as a host.
welki1979 said:
VLC PLay is available on the zune marketplace and uses VLC on pc as a host.
Click to expand...
Click to collapse
It appears to only [optionally] stream audio. It's a controller, not an endpoint.
Why can't my Samsung Focus connect?
Hey, I just recently got TVersity and got it to work fine on my ps3...however, I am unable to connect on my wp7... I tried to go to the localhost url in IE but to no avail. Would creating a podcast of the info and adding that podcast to my Zune player work?
How did you get TVersity to output WMV??
wheresmybeaver said:
Selecting a video file automatically transcoded the AVI to WMV which looks pixel perfect and very good quality (widescreen and all) on my HD7.
Click to expand...
Click to collapse
How the hell did you get the files to transcode into WMV??? I tried setting it up but it was only transcoding into MPG. What settings did you use in TVersity?
My transcoding settings are:
Only when needed
Video Resolution: 640 by 480
Image Resolution: 1280 by 1024
Use DirectShow: Windows Media Video 7
Quality
Wireless G - Connection Quality High
Decode media as fast as possible
I also set the Media Playback Device to Auto Detect. Should I change this to a different profile?
JukeFly is the best streaming app for music....
What would be nice is if they allowed VPN connections. Then i could vpn to my home network and browse to my server and use an app (yet to be created) to launch videos from my server. Did it on my android phone. Kind of miss it =(
While not an option yet, Microsofts next version of Windows Home server is going to have Windows Phone 7 integration. The next public release version that is suppose to support this functionality is rumored to come out some time in February. From using earlier builds of Vail (code-name for new version) it will do transcoding of media files and hopefully some of the issues that I experienced in the early beta versions will be resolved when the near final release is available.
http://windowsteamblog.com/windows/...07/windows-home-server-goes-mobile-phone.aspx
I've had some success streaming to my phone using Tversity when transcoding to WMV8, it's worked pretty well.
I'm in the process of coding up a rudimentary UI for the phone instead of using the browser.
I would be interested in your progress... also.. can you share your setup using Tversity?
I am getting slow streaming using http over WLAN.. it works.. but is choppy at times..
I've got an app with full media streaming in the works also, just need to iron out some of the transcoding issues - but with the right settings I've had flawless video (more or less) even over a normal 3G connection.
Let me get this straight..
what you guys are doing is having the video transcoded on the server as the device requests it on the fly?

Which Video Player and Encoding methods do you use

Hi all
Just thought i would share my findings.
I am using MX Video Player as my video player.
I use Mizzu Movies as the front end for it - it really is very very nice and will auto get information, reviews, trailers etc etc for movies.
To convert my Blu Ray mkv files, DVD rips or pretty much anything i use DVD Catalyst on Windows 7 PC
I use the asus transformer HQ settings and select partial border removal.
Using all the above results in very nice looking movies with flawless playback.
I travel abroad quite a lot and everyone who see's me using the Asus for movies on the plane is very interested in what i have.
For Blu-rays I've found DVD Catalyst 4 to be inadequate because of sync issues. I've also read that by turning off Blu-ray Telecine will correct this issue but it doesn't. So, I had to look at other software to rip and convert my Blu-rays. Also DVD Catalyst 4 set my Kaspersky Antivirus Heuristic virus detection off and said it was performing in a way similar to a virus or trojan.
I've found that Aiseesoft Blu-ray Ripper works really well and is my favorite. It has video acceleration and will utilize you're AMD (app acceleration) or a NVidia video card with (Cuda technology). It's normally $39 but you can get it HERE for $23.40 with the coupon code 'SMRT-ADEK'. HERE is a guide as to what settings to use for the TF. It tends to make my videos a little less in size than Pavtube does. i.e., Aieesoft Blu-ray Ripper will create a file say 2.5gb in size while Pavtube is a little higher. Also, since I have an AMD/ATI video card it will accelerate the ripping process to nearly half the time as Pavtube due to the fact that Pavtube doesn't support AMD/ATI acceleration, just NVidia Cuda technology. Also, Aieesoft Blu-ray Ripper will automatically preserve forced subtitles while Pavtube you have to actually check ON a tick box for it to pick up forced subtitles. Also it has a video preview while ripping while Pavtube does not. Incidentally you can turn this feature on or off, whichever you prefer.
Another great software would be Pavtube Blu-ray Video Converter Ultimate which runs $65 but you can get it for $37.70 HERE with coupon code 'SOFT-K8TT'. It makes flawless videos for the TF using the XOOM settings. HERE is a guide on how. It has video acceleration just for NVidia video card. It will also let you select not only different subtitles but allows for 'Only allow forced subtitles'.
Incidentally, both rippers have built in AACS ripper technology and can even rip the new AACS-24 copy protection which is the newest copy protection format. So there is no need to also run AnyDVD HD in the background while you rip to be able to rip. A huge plus in my book.
I use either Dice Player or MX Video to play my movies in HW acceleration mode.
This is the Pavtube settings. Right click on the picture and 'Save As' to download a short single chapter MP4 file to test on your TF.
This is the Aieesoft settings. Right click on the picture and 'Save As' to download a short single chapter MP4 file to test on your TF.
cheers...
EDIT: Please read further into this thread as things have changed drastically. Thanks
I use the extremely convenient VidsOpt script for reencoding and remuxing x264/MKV. I tried out some other ripping tools like DVD Catalyst and XviD4PSP but they were cumbersome and too heavy on my system (only 2.8GHz P4/1GB RAM). After this step, there is really no reason not to use the stock player since MP4 files can be HW decoded (video and audio). If I am watching something with subtitles or the occasional XviD I will use MX Video.
AcIdC0R3 said:
For Blu-rays I've found DVD Catalyst 4 to be inadequate because of sync issues. I've also read that by turning off Blu-ray Telecine will correct this issue but it doesn't. So, I had to look at other software to rip and convert my Blu-rays. Also DVD Catalyst 4 set my Kaspersky Antivirus Heuristic virus detection off and said it was performing in a way similar to a virus or trojan.
Click to expand...
Click to collapse
What Sync issues are you referring to AcidCore? I am aware of audio sync issues if you play the created video files on a PC using Windows Media Player, but this is due to some codec-issues with WMP itself. This is also mentioned in numerous locations on my website. For device playback as well as playback using Quicktime or VLC, the files should play just fine.
As for the Kaspersky, it doesn't like it when an app is running the conversion as a separate process. I have tried to work with them, but it is easier for them to mark something than to actually unmark something. DVD Catalyst is clean.
As for the links you provided, those articles are loaded with affiliate-links, meaning that those articles are mainly written to lure people into a purchase so that the guy who wrote them gets about 50% of the purchase price for the sale.
dvdcatalyst said:
What Sync issues are you referring to AcidCore? I am aware of audio sync issues if you play the created video files on a PC using Windows Media Player, but this is due to some codec-issues with WMP itself. This is also mentioned in numerous locations on my website. For device playback as well as playback using Quicktime or VLC, the files should play just fine.
As for the Kaspersky, it doesn't like it when an app is running the conversion as a separate process. I have tried to work with them, but it is easier for them to mark something than to actually unmark something. DVD Catalyst is clean.
As for the links you provided, those articles are loaded with affiliate-links, meaning that those articles are mainly written to lure people into a purchase so that the guy who wrote them gets about 50% of the purchase price for the sale.
Click to expand...
Click to collapse
Actually, when I ripped the movie Wanted it played just fine on WMP but on both Dice and MX the audio was out of sync with the video. I felt like I was watching a dubbed movie or something. I tried three different settings with Catalyst and I got the same thing. Also when I ripped the movie Apocalypto which the whole movie is subtitled and Catalyst overwrote the subs with some kind of font that looked like it had some type of halo effect to it. I had to enable the Booster Pack 2 in order for it to pick up the subs at all. All other movies seemed OK though.
As for the links, I bought both Aieesoft Blu-ray Ripper and Pavtube at a 40% discount each which was a big plus in my book.
AcIdC0R3 said:
Actually, when I ripped the movie Wanted it played just fine on WMP but on both Dice and MX the audio was out of sync with the video. I felt like I was watching a dubbed movie or something. I tried three different settings with Catalyst and I got the same thing. Also when I ripped the movie Apocalypto which the whole movie is subtitled and Catalyst overwrote the subs with some kind of font that looked like it had some type of halo effect to it. I had to enable the Booster Pack 2 in order for it to pick up the subs at all. All other movies seemed OK though.
Click to expand...
Click to collapse
Did you try the stock player?
The files dvdcat creates are optimized for hardware playback on the Tegra2. While MX and Dice can play a lot more video file types, their settings can get in the way of how the file plays. Using the stock player the videos should play just fine.
dvdcatalyst said:
Did you try the stock player?
The files dvdcat creates are optimized for hardware playback on the Tegra2. While MX and Dice can play a lot more video file types, their settings can get in the way of how the file plays. Using the stock player the videos should play just fine.
Click to expand...
Click to collapse
I just tried playing it with the stock player and it's still out of sync.
My settings are:
Player Screen Size: 864x432
Video Quality: 2250kbps
Video Mode: 1 pass
Sound Quality: 160kbps
Audio Mode: stereo
Conversion Format: h264_xoom
Framerate: 30
AcIdC0R3 said:
I just tried playing it with the stock player and it's still out of sync.
My settings are:
Player Screen Size: 864x432
Video Quality: 2250kbps
Video Mode: 1 pass
Sound Quality: 160kbps
Audio Mode: stereo
Conversion Format: h264_xoom
Framerate: 30
Click to expand...
Click to collapse
What did you convert?
from Bluray using dvdcat's Bluray mode or using file-mode (just the m2ts file directly)
Besides the settings you mentioned, you also mentioned the telicine option. Are there any other settings in "Global" that you enabled?
Try resetting DVD Catalyst to its defaults:
* Make sure DVD Catalyst is not running
* Click on "START" > "RUN" (or hold down the windows-key on your keyboard and tap the "R" key)
* In the run dialog, type in:
%appdata%
and click OK
*delete the "DVD Catalyst 4" folder
After that, start dvdcat, and if you want to convert Bluray (icw AnyDVD HD or something similar), enable power user, and enable the checkmark in the Bluray tab in Global Settings.
Then just select your profile, and leave the rest of the settings as they are.
so far i have tried about 5 different methods to convert to mp4 from mkv etc
I have used dvdcat to convert about 10 movies so far and have not run into sync problems.
I have left most things on default so dont find it cumbersome at all, in fact I found it a lot easier to use than most others, i do have a quadcore 4gb windows 7 64bit system though so runs pretty fast. I use eset nod32 smart security which is a superior product to kaspersky without false positives.
I will also play around with more options in time.
Nice to see some alternative methods here though which I will also try.
Any other methods guys?
Sent from my Transformer TF101 using xda premium
dvdcatalyst said:
What did you convert?
from Bluray using dvdcat's Bluray mode or using file-mode (just the m2ts file directly)
Besides the settings you mentioned, you also mentioned the telicine option. Are there any other settings in "Global" that you enabled?
Try resetting DVD Catalyst to its defaults:
* Make sure DVD Catalyst is not running
* Click on "START" > "RUN" (or hold down the windows-key on your keyboard and tap the "R" key)
* In the run dialog, type in:
%appdata%
and click OK
*delete the "DVD Catalyst 4" folder
After that, start dvdcat, and if you want to convert Bluray (icw AnyDVD HD or something similar), enable power user, and enable the checkmark in the Bluray tab in Global Settings.
Then just select your profile, and leave the rest of the settings as they are.
Click to expand...
Click to collapse
Yeah, it was the first Blu-ray that I tried to transcode. Let me try your recommendation and see what I come up with. Thanks.
AcIdC0R3 said:
Yeah, it was the first Blu-ray that I tried to transcode. Let me try your recommendation and see what I come up with. Thanks.
Click to expand...
Click to collapse
You are welcome,
If you run into complications or have questions, rather than using this thread, maybe shoot me an email instead. I don't mind answering on forums, but I don't think this thread is the place for it though.
email is my username at gmail dot com.
I have to say that by taking your advice and setting things back to default that the Blu-ray rip came out perfect. It even came out smaller in size and the cropping was perfect. While most of my movies play in letterbox (black bars above and below the picture) that after ripping with DVD Catalyst and then playing in MX Video that I had no letterboxing. It played full screen. Stock video player and Dice Player both still played it in letterbox. The video setting was defaulted to 1280x720 and the video formatted out to 1280x544. There was no sync issues any more. Time to rip the movie Wanted using Aieesoft Blu-ray Ripper took a little over 2 hours and the time it took DVD Catalyst to rip the same movie was just over 40 minutes. Impressive to say the least.
Video player : Built-in video player
Encoder : FFMPEG (git-latest) command line. transcoding to playable MP4 format.
I just changed my dvdcat setup to just removing black bars from the video file instead of remove partial borders and quality is now better.
Removing partial borders lowered the resolution to 1072 x 512
raze1000 said:
I just changed my dvdcat setup to just removing black bars from the video file instead of remove partial borders and quality is now better.
Removing partial borders lowered the resolution to 1072 x 512
Click to expand...
Click to collapse
I always use "remove from file" (the default) myself. The other ones cut off part of the video to get more screenfill. If you use a video player other than the stock, you can usually zoom the video anyway if you want full-screen.
I've been re-transcoding my movies using DVD Cat and while the movie Underworld "Evolution" ripped perfectly using default settings Underworld did not. It's defaulted to just removing the black bars but it shoved the video to the left and it was severely cut off on the left. I looked all through the settings and couldn't find anything to fix this. Although when I went to 'Preview' the setting was defaulted to 1.33:1 and the first little picture with the borders was selected. I had to put it down to 1.35:1 movie default and choose the second little picture without the borders. Strange; as it made it 1280x405, so it was constrained but it fit and had no borders on the TF.
Needless to say, DVD Cat is going to take some trial and error to figure it all out.
Underworld is a bit tricky because it is so dark.
In Global > Borders, you can increase the scan-point count, which should eliminate the issue you experienced. It is quite rare, but its tied to the way DVD Cat actually detects borders on movies. Rather than using fixed values, it takes screenshots of the movie at 5 (default) points, and then looks for the actual borders.
dvdcatalyst said:
Underworld is a bit tricky because it is so dark.
In Global > Borders, you can increase the scan-point count, which should eliminate the issue you experienced. It is quite rare, but its tied to the way DVD Cat actually detects borders on movies. Rather than using fixed values, it takes screenshots of the movie at 5 (default) points, and then looks for the actual borders.
Click to expand...
Click to collapse
I remember seeing that. It's set at 5 right now. Is that a setting under the borders tab that's selectable or is it always on? I'm at work so I can't look at the software at the moment.
its defaulted at 5, but you can change it to something like 7 or 8.
I've only ran into the issue 3 times.
twice with episodes of 24, where the shots were taken during the time-display part, and Underworld 1
So what setting do you recommend; 7 or 8? I guess I'll just have to tinker with it when I get home. What is your final file dimmensions on Underworld 1 after transcoding with DVD Cat?

[Feature Request]Support DLNA/UPnP??

Can MX support DLNA? This is useful!
The best app for that is BubbleUPnP: https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp&hl=en
I also would like to have the Option "inside" MX Player to set my TV as Output Renderer.
For instance, if iam at my Work Break, i watch something, e.g. it has an Extra SRT Subtitle, and iam at a Position inside the Movie lets say 20 Minutes in,
for when i get home, with Bubble PNP i have to search the Video, i have to Jump Forward to the Position i was, only to see, the the SRT File is not there.
I Tried Imediashare, Pixel DMS etc. no one gets it with the SRTĀ“s.
It would be just perfekt, if you could add UPNP as an Output Renderer, like Youtube or Imediashare. Even other Mediaplayers do it nowadays.
thx in advance.
Youtube generally rides on proprietary Chromecast. Also, if you are truly using DLNA/UPnP, using MX Player won't help. When it's sent to the TV or whatever receiving device, the DLNA standard says that the receiving device does all the decoding, meaning that the receiving device needs to accept SRT subs.
Iam just a regular UPNP user, no chromecast, maybe next year with Screencast to chromecast2, so i can beam MXplayer output "as is" to the Stick.
From what i know, long time a go, i used the Samsung PC UPNP software, that came with my old Samsung TV, guess it was something 6000 series.
From that time i remember good, that the PC Software was able to start "feeding" the TV the Stream, at the last known and remembered Position of the Stream I watched e.g. a weeky early,
same as MX player so perfectly does.
Also the Software , as you say, streamed the SRT file to the TV, and this was accepting it. It was one of the main reasons, i bought a samsung in the first place.
so in short.
1. Starting the UPNP Stream at the Position of the File were MX player stands
2. Send the Srt file that is selected inside MX Player (e.g. the downloaded versions) to the TV
3. Remember the Postion the Stream to TV was interrupted (e.g. TV was shutdown)
if this is all implemented, MX would be king.
Except, BubbleUPnP already does most, if not all, of that. In fact, you can even use BubbleUPnP to manage your library, and also tell BubbleUPnP to use MX Player when playing files locally on the phone. BubbleUPnP will handle the DLNA streaming to the TV/TV-stick.
The PC software you are describing sounds a lot like what BubbleUPnP does on Android.
Tagging @bubbleguuum as perhaps he can comment a but further on what BubbleUPnP can do.
P.S. Hi bubbleguuum! You may or may not remember that MX Player forums used to be on Google Groups, but since last year we've moved to XDA Shout-out to @ktsamy for getting MX Player its own subforum.
I Still dont get, how i would use MX Player in conjuction with BubbleUPNP ?
from what i understand, these are two seperate Video Players, MX is for Phone, and Bubble is Phone and Stream to TV.
You make it sound, like i could/should use both simultaneously ? How would that work in real life ?
Thx for your help.
Within BubbleUPnP, you can specify the local renderer as MX Player.
yeah i tried that, but that is only helping bubblepnp to render the file locally to be able to read the file and then be able to stream it.
I want it the other way arround. I would like MX player to use Bubbleupnp as the intermediate Program to stream to the TV.
Cuz only then i have my last "MX player" known Starting Position inside the video.
If Bubbleupnp searches the Files in File structure, it always start from the beginning of the file, and have to search by hand, where i might was in MX Player.
or can i get bubbleupnp to read out that info out of MX player to jump to the time withing the videofile ? i guess not ?
thx for the help
You should ask that question in BubbleUPnP's support thread.
http://forum.xda-developers.com/showthread.php?p=14610073
So, somehow, through my involvement or not, i got em to implement some "resume" feature into his Streaming upnp.
But heres the bummer, its useless for my scenario (wich is really so weird ?)
Bubbleguuum: The video resume feature is only implemented for streaming to external renderers.
For local playback, it's up to the video player app used to eventually implement it at all (eg MX Player does it by default),
but it is entirely separate from BubbleUPnP.
so back to square one, for my "local playing and resume later on TV" dreams.
could you maybe make an API for MX, were bubbleguuum could crawl the MX local resume time data for a given file ?
so he could maybe ask for "resume last local time, or External Rendering time", and than resumes at the Time MX Player Throws at em ?
thx for your patience
That sounds like a stretch usage case, as then you would still have MX marked as incomplete, even though you've finished watching whatever it is on the TV via BubbleUPnP.
not if Bubbleupnp could save its resume time back to MX Player over your API.
And it was just a suggestion, to how to solve "my?" problem, of not beeing able, to stream from MX Player to my TV.
I dont want the struggle with Bubbleupnp. I just want, that MX Player could stream something, dont care if i have to buy a googlecast stick, or what ever device. But now i am just stuck, with 2 Programs, doing the same thing. one is now also resuming, nice. but not local ?
and MX player is only resuming local. wth, thats now the end of it ? why isnt MX Player capable of Stream to an external renderer ?
is watching on TV and Mobile such an awkward usage case ? Thx anyway, seems like i am just a dreamer.
benjamin3005 said:
of not beeing able, to stream from MX Player to my TV.
Click to expand...
Click to collapse
Native streaming is something that is on the developer's eventual todo list already. As to his status, I don't know.
http://forum.xda-developers.com/apps/mx-player/sticky-mx-player-chromecast-t2725253
ahhhh thx. only thing is, that this thread started like 2014. so is there really hope. i dont know, at least, iam not alone anymore with my wish. Maybe with chromecast 2 comin out, MX Streaming development is finished dont know why bubbleupnp is working, and MX not. Its really silly to sit in front of a 55 TV holding your phone, to watch stuff. thats some kind of 2nd screen generation
thx for your patience. iam off

Best Android Video/Media Player? (Identical to Infuse for iOS?)

Hi,
Just got my S7 Edge in the post today
and coming from/abandoning IOS
i feel a little out in the blue
I have been using the Infuse Media app for ios for a long long time
and for me it feels like that app got everything.
"https://firecore.com/infuse"
what's important for me that i'm looking for is the following
- Play media from NAS/network storage.
- Subtitle support (online and saved subtitles locally).
- Download files/videos from network storage/NAS.
- Chromecast support (maybe AirPlay too)
- Swipe fastforwarding option.
dose anyone know any media app that is identical to the Infuse one i've been using with these functions?
it would be of great help for a new android/samsung user.
Kodi seems to be the most popular alternative for infuse. I haven't used it myself but worth giving it a shot.
Kodi or Plex will give you full media player capability. I just use File Manager HD to browse my NAS, and view thru MX player, which allows substtitles to be downloadsled. When playing thru a NAS, the filename received by MXplayer isnsome weird coded thing, so MX can't automatically locate subtitles, I just enter the name manually and it gets me the subs I need.
You should try the MX Player app. According to me this is the best video player for Android.
I have also migrated from ios recently and kodi is what you are looking for.It's the best on Android.

Categories

Resources