Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.2 HLS -> OK to 1.2.1 HLS break #4

Closed
aarnaud opened this issue Dec 13, 2013 · 4 comments
Closed

1.1.2 HLS -> OK to 1.2.1 HLS break #4

aarnaud opened this issue Dec 13, 2013 · 4 comments
Assignees

Comments

@aarnaud
Copy link

aarnaud commented Dec 13, 2013

Hi,

I use mistserver for test this, but in new version HLS is break. The stream is not clean, in android i have artifact video and OSMF with hls plugin not work but it work with old mistserver version.

You can check on http://streambox.fr/HLSProvider/osmf/StrobeMediaPlayback.html?src=http://127.0.0.1:8080/hls/test/index.m3u8

Thanks
I am at your disposal

Anthony.

@Phencys
Copy link
Contributor

Phencys commented Dec 13, 2013

Hello Anthony,

Do you maybe have a public stream that we can access? The current link you
provide tries to contact "localhost".

Regards,
Erik

On Fri, Dec 13, 2013 at 10:38 AM, Anthony Arnaud
notifications@github.comwrote:

Hi,

I use mistserver for test this, but in new version HLS is break. The
stream is not clean, in android i have artifact video and OSMF with hls
plugin not work but it work with old mistserver version.

You can check on
http://streambox.fr/HLSProvider/osmf/StrobeMediaPlayback.html?src=http://127.0.0.1:8080/hls/test/index.m3u8

Thanks
I am at your disposal

Anthony.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4
.

@aarnaud
Copy link
Author

aarnaud commented Dec 13, 2013

The live stream is generate with ffmpeg:
ffmpeg -re -i myVideo -map 0:0 -map 0:1 -vf "yadif=0:-1:0, scale=640:360, fps=24:0" -r 24 -g 240 -c:v libx264 -profile:v baseline -level 30 -c:a aac -strict -2 -b:v 400k -b:a 96k -ac 2 -maxrate 400k -threads 4 -y -f flv "rtmp://127.0.0.1:1935/live/test"

i can generate a stream on my server if you want and stream a real live..

@Thulinma
Copy link
Contributor

Hello Anthony,

I think I've found the problem, and will try to get it fixed ASAP. It's caused by one of the changes to the system that was made to prepare it for live multibitrate.
A 1.2.2 release fixing this should be available soon - probably within a few (work) days.

@ghost ghost assigned Thulinma Dec 13, 2013
@aarnaud
Copy link
Author

aarnaud commented Dec 13, 2013

Super I look forward to try again. Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants