Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

help playing rtmpe stream with ffmpeg

(http://stream-recorder.com/forum/showthread.php?t=20554)

utuxia 12-18-2015 08:58 PM

help playing rtmpe stream with ffmpeg


 
http://nbastream.net/streams2/stream11.html

Here's the live stream.

I found this in the jsplayer setup:

Code:



 
                                 
                //play stream as HLS
                jwplayer("myElement").setup({               
                        width: 640,
                        height: 400,                                               
                        file:'rtmpe://134.19.185.202:1935/hfufdxdrh/llive11',
                        skin: "roundster",
                        autostart: true,
                        repeat: true,
                        stretching: "exactfit",
                        'wmode' : 'transparent',
                        'rtmp.tunneling':false,
                        'rtmpe.tunneling':false,

                });

Here is what I tried:

Code:

ffmpeg -i 'rtmpe://134.19.185.202:1935/hfufdxdrh/llive11' -hls_time 10 -hls_list_size 10 -hls_wrap 20 -hls_flags delete_segments -hls_segment_filename "test/video%03d.ts" -c:v copy -c:a copy test.m3u8


All times are GMT -6. The time now is 01:11 AM.