Giter Site home page Giter Site logo

Comments (4)

Phencys avatar Phencys commented on July 22, 2024

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
[email protected]:

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
.

from mistserver.

aarnaud avatar aarnaud commented on July 22, 2024

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..

from mistserver.

Thulinma avatar Thulinma commented on July 22, 2024

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.

from mistserver.

aarnaud avatar aarnaud commented on July 22, 2024

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

from mistserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.