Page 1 of 1
HLS Video Option
Posted:
Thu Jul 18, 2013 3:57 pm
by daneren2005
I just thought I'd mention that in the latest update I added HLS as a option under Video Player's in the settings. I was never able to get the seeking to work. It just sits there indefinitely, even though on the server it appears to skip ahead to the correct place correctly (this was using MX Player). Just watching a video appears to work though, and doesn't require you to mess with transcoding settings since it should work with the defaults that are already there. Anyone have any better luck getting the seeking to work correctly? Please post what you did here so others can try it out.
Re: HLS Video Option
Posted:
Sun Feb 09, 2014 7:33 pm
by plastikman
I am still rocking the old transcoding on the fly. I can't even get HLS to work :/.
Re: HLS Video Option
Posted:
Sun Feb 09, 2014 7:59 pm
by daneren2005
What does it do? There is a line for HLS transcoding in the server settings youight have to play with.
Sent from my HTC One X using Tapatalk
Re: HLS Video Option
Posted:
Tue Feb 18, 2014 2:45 am
by plastikman
I get an error saying "Can't play this video"
I am using the default HLS setting
- Code: Select all
ffmpeg -ss %o -t %d -i %s -async 1 -b %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f mpegts -vcodec libx264 -preset superfast -acodec libmp3lame -threads 0 -
for my convertion from * to mpegts i am using the following
- Code: Select all
name: mpeg stream
Convert From: avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts
Convert to: mpegts
Step 1: ffmpeg -i %s -ss %o -t %d -s %wx%h -r 30000/1001 -vb %bk -vcodec libx264 -preset ultrafast -acodec aac -ac 2 -ar 48000 -f mpegts -strict experimental -
i see nothing in the logs for HLS
Re: HLS Video Option
Posted:
Tue Feb 18, 2014 2:51 am
by plastikman
when I try to play the HLS stream on my computer I get a message stating "Server does not support seeking"
Perhaps the issue is subsonic related, not Dsub related.
I can PM you a link to test.
Re: HLS Video Option
Posted:
Wed Feb 19, 2014 1:04 am
by daneren2005
Sure I can at least see if it device specific issue
Sent from my Nexus 5 using Tapatalk