Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Iptables redirect doe not seem to workFedora terminal:
Code:
[user@grab2 ~]$ sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT [user@grab2 ~]$ rtmpsrv RTMP Server v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Streaming on rtmp://0.0.0.0:1935 Also I can see the video as usual on firefox, but this is not expected to work this way, I understand same result with rtmpsuck |
#2
|
|||
|
|||
Re: Iptables redirect doe not seem to workQuote:
not rtmp protocol but hls protocol (.m3u8) |
#3
|
|||
|
|||
Re: Iptables redirect doe not seem to workJuts adding to what biezom mentioned above, here are the resolution available for this stream...You can choose the one that's best for your system...(i.e. the one that plays smoothly w/o too much buffering)
Code:
https://rt-a.akamaihd.net/ch_04@325608/master.m3u8 Code:
#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=119000,RESOLUTION=428x240,CODECS="avc1.66.30, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_240p_av-p.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=119000,RESOLUTION=428x240,CODECS="avc1.66.30, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_240p_av-b.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=255000,RESOLUTION=640x360,CODECS="avc1.77.30, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_320p_av-p.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=255000,RESOLUTION=640x360,CODECS="avc1.77.30, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_320p_av-b.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=442000,RESOLUTION=854x480,CODECS="avc1.640029, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_480p_av-p.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=442000,RESOLUTION=854x480,CODECS="avc1.640029, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_480p_av-b.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=519000,RESOLUTION=1280x720,CODECS="avc1.640029, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_720p_av-p.m3u8?sd=10&rebase=on #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=519000,RESOLUTION=1280x720,CODECS="avc1.640029, mp4a.40.2" http://rt-lh.akamaihd.net/i/ch_04@325608/index_720p_av-b.m3u8?sd=10&rebase=on |
#4
|
|||
|
|||
Re: Iptables redirect doe not seem to workQuote:
Quote:
Also the above stream is only an example I was trying to record, but what I really want to grab are webinars which will be on-line only at the last minute. So how can I know which stream are they transmitting, which tool to use to grab, and be able to get everything working in a short time? It seems impossible Peterpan or not? |
#5
|
|||
|
|||
Re: Iptables redirect doe not seem to workWireshark would work too, you just have to look for '.m3u8' string (see img1) and manually tweak it to get the original "master" stream . You can also install and enable a simple Firefox addon, called HttpFox, play the stream and search for '.m3u8' string...(see img2)
As for the webinars, since you don't have an example, you'll just have to try to find the correct string on the fly. I'm sure wireshark and HttpFox, will have it.. Cheers! img1 img2 |
#6
|
|||
|
|||
Re: Iptables redirect doe not seem to workImpressive!! Many thanks
apart rtmp and m3u8 are there other streams usable for webinars? |
Tags: iptables, rtmpdump, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|