View Single Post
  #4  
Old 01-01-2015, 05:08 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: How to record this stream from the BBC and other channels


Hi,

use RtmpDumpHelper to get stream data of ABC channel or use other tools as URL Snooper etc and build your stream link datas manually.
Code:
rtmpdump -v -r "rtmpe://46.246.124.29:1935/live//abcbc" -p "http://prvservers.com" -T "#yw%tt#w@kku" | "vlc" -
The m3u8 links you can grab via konsole of your browser or use any memory tools (Hexeditors) to find them etc.Just check this board about older postet exsamples and test them.

greetz
Reply With Quote