-
Hi,
when playing back a HLS television stream (e.g. http://n24-live.hls.adaptive.level3.net/hls-live/n24-pssimn24live/_definst_/live/stream2.m3u8), which is composed of 10-sec "snippets", only those …
-
I followed [this tutorial](https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/) to push RTMP streaming from Open Broadcast Studio to my Ningx-RTMP server.…
-
I have set up a new streaming system using nginx hls in window server 2008 R2, also another computer for streaming 24hrX7.
But after may be a day or two
there would be some error on the error…
-
So far, the implementation of this package is doing great! Question tho, how can we force resolution on 480p, 720p, or 1080p when streaming? Or upon recording of the .mp4
I was looking for paramete…
-
I am currently testing out nginx-rtmp and the only real problem I've been having is that every now and then, usually after 1-2 hours of streaming, all the .ts and the .m3u8 are deleted from the stream…
-
**Canale Richiesto**
LA7
**URL Streaming**
[Copia il link del sito internet ufficiale del canale da cui puoi vedere / sentire la diretta. [es. https://www.raiplay.it/dirette/rai1]](https://d15umi…
-
Support one (or more) live video streaming protocals as an object texture. The most common (legacy) protocals are RTMP and RTSP. Another good candidate is Apple HLS. A discussion can be found here:…
-
Hello Guys,
I was searching for an alternative to Wowza Media server, and I found this module just great! Can't believe it's free.
I spent the whole day setting up my new server. And I finally achiev…
-
Tested the app just now and it worked fine on TS streams.
Can you add support on M3U8 live streams (HLS) and MPEG-DASH (MPD) live streams?
Here's Apple's Test Stream on HLS:
https://devstreamin…
-
hi dear friend
my nginx.conf for hls is
`application src {
live on;
exec ffmpeg -i rtmp://localhost/src/$name
-c:a libfdk_aac -b:a 32k -c:v libx264 -b:v 128…