-
Right now the transcoder doesn't check for segment length. We should do that because pricing assumes a fixed segment length. For now, the transcoder can simply stop doing the transcoding job.
-
When I play a recording video ,it stopped after 5 minute. I have set isLive:true.
-
It seems like https://github.com/arut/nginx-rtmp-module/wiki/Directives#exec_push can dump the incoming stream to a properly organised mp4 with the MOOV atom in the right place.
Test and update str…
-
iOS 6 added support for url based captions for iPhone. We should test this and see if we can deliver captions for iPhone without the complexities of transmuxing them into the stream.
mdale updated
7 years ago
-
I'm using nginx-rtmp-module from https://github.com/ut0mt8/nginx-rtmp-module/ with the dash_variant ability.
My question is:
Can I use this fork of nginx-rtmp-module but without dash_variant confi…
-
Will this facilitate muxing of Vorbis and VP9 files via a browser??
gtkpr updated
7 years ago
-
日志显示 [FlvPlayer] > Maximum buffering duration exceeded, suspend transmuxing task
其他1080P、超清、普清都正常
-
We are seeing issues in the player when playing a stream which contains a variant for low bandwidth that does not have any video track in it (TS file with audio-only). Higher bandwidth variants conta…
-
This stream http://wowza.streamroot.io:1935/live/stream1/index.m3u8 freezes after a random time (sometimes quite long).
The console shows this error message:
`error while trying to append buffer:Fail…
-
## Description
I'm seeking to a particular point in an m3u8 (30 second .ts files) using currentTime(desiredTime). Most of the time this works, however occasionally contrib-hls will get itself into an…