Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help with srf.ch streamHi,
I'm new to this site and I'm trying to grab the video located at: http://www.srf.ch/player/tv/kultur/v...2-e289fce5f725 I've found the rtmp path and tried to use rtmpdump: rtmpdump -r rtmp://cp50792.edgefcs.net/ondemand/mp4:aka/vod/me_kulturonline/2014/05/me_kulturonline_20140521_085703_v_webcast_h264_q60 .mp4 -a ondemand -p http://www.srf.ch/player/tv/kultur/v...2-e289fce5f725 -o elp7.flv I receive this message: ERROR: RTMP_ReadPacket, failed to read RTMP packet header I haven't found any guides on this site on how to handle srf.ch streams, any help would be appreciated, thanks! |
#2
|
|||
|
|||
Re: Help with srf.ch streamYou can use ffmpeg
Code:
ffmpeg -i "http://srfvodhd-vh.akamaihd.net/i/vod/me_kulturonline/2014/05/me_kulturonline_20140521_085703_v_webcast_h264_,q10,q20,q30,q40,q50,q60,.mp4.csmil/index_5_av.m3u8?null=" -c copy -absf aac_adtstoasc me_kulturonline_20140521_085703_v_webcast_h264_q60.mp4 |
#3
|
|||
|
|||
Re: Help with srf.ch streamThanks so much, blimey. It worked perfectly. I'm a n00b at this, I really appreciate you taking the time to help me. Now, I need to work on recognizing the differences btwn hds and hls etc... Thanks again.
|
#4
|
|||
|
|||
Re: Help with srf.ch streamHi, srf.ch it's supported in atresdownloader, rtmp & m3u8
|
#5
|
|||
|
|||
Re: Help with srf.ch streamHey Guys i am new to the site and don't really know that much about computers but i am desperate to download a video from Srf.ch
the Url is http://www.srf.ch/player/tv/sportpan...pen_form_anker i have tried everything with no luck so far so if any one can help it will be grately appreciated! |
#6
|
|||
|
|||
Re: Help with srf.ch streamCode:
rtmpdump -r "rtmp://cp50792.edgefcs.net:80/ondemand" -a "ondemand" -f "WIN 15,0,0,152" -W "http://www.srf.ch/player/flash/srfplayer.swf" -p "http://www.srf.ch/player/tv/sportpanorama/video/alex-freis-einladung?id=03d94e50-26b7-41df-83cd-c33ddc25f024" -C O:1 -C O:0 -y "cosf/vod/sportpanorama/2010/04/sportpanorama_20100418_181744_500k" -o "output.flv" |
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|