jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

RTMP video live with nginx-rtmp #278

Open Niwreg opened 9 years ago

Niwreg commented 9 years ago

Hi, I've got a nginx-rtmp streamer with h264 and aac. This is stream is a live stream, however i configuratie nginx i get a metadata tag with duration: 0.

When i use jwplayer or akamai flash streamer it plays ok. In Jplayer I only get a black screen.

I think it is related to issue #196 but i don't get any audio. it just stays black. The RTMP stream for test purposes: rtmp://stream.rtv8.nl/live/rtv8

It's made with https://obsproject.com/ to nginx-rtmp.

I'm not shure how to give you more debug info or anything. But we used Wowza before nginx-rtmp and that worked fine.

I tried the the pull request for issue #199 ( issue #211 ) but this did not fix the problem.

thepag commented 9 years ago

I will be looking into this issue next year. Solving it will fix half the issues that I left open here... I suppose i could close the others, and reference them all into a single topic, but that is just cosmetic.

Niwreg commented 9 years ago

Is there any progress on this issue?