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

need help for downloading ultra music festival live on youtube please

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

MrDream 03-23-2013 04:02 PM

need help for downloading ultra music festival live on youtube please


 
i need a help to download & capture the ultra music festival event live stream on youtube
no program can download it or catch it tell now
i used many programs such as youtube-dl & tube master ++ & replay media catcher & more but nothing of this can capture & download the stream
youtube-dl make an error " no conn or url_encoded_fmt_stream_map information found in video info "
& when i try to catch the stream ling by coojah or url helper it catch a long url not downable such that " http://www.youtube.com/ptracking?ptchn=UMFTV&pltype=contentlive&cpn=eYf8r 98fWWslfg16&plid=AATYni_eIXFfibHq&video_id=0U1hwxf bSEE&oid=C8OKNkKPTvleG6eKVXTgkA&ptk=umftv" this by coojah

" http://www.youtube.com/ptracking?ptk...wrYii73cLCHzOt " this by url helper

i need some help before the stream end please

chap 03-23-2013 04:59 PM

Re: need help for downloading ultra music festival live on youtube please


 
You can use TeamViewer?

pm
id=
pass=

MrDream 03-23-2013 05:28 PM

Re: need help for downloading ultra music festival live on youtube please


 
Quote:

Originally Posted by chap (Post 60921)
You can use TeamViewer?

pm
id=
pass=


i need some instructions for download it by any way
i saw you catch by vlc it in the picture you put in my another thread
http://stream-recorder.com/forum/sho...6&postcount=11
how to make this ??

chap 03-23-2013 05:37 PM

Re: need help for downloading ultra music festival live on youtube please


 
You can use TeamViewer?
I can show you
does not work well with vlc:(
try use ffmpeg-100% work

MrDream 03-23-2013 05:47 PM

Re: need help for downloading ultra music festival live on youtube please


 
Quote:

Originally Posted by chap (Post 60926)
You can use TeamViewer?
I can show you
does not work well with vlc:(
try use ffmpeg-100% works

but you put a picture that show that work with vlc ? doesn't work now ? !!
any way how to capture that stream with ffmpeg ?

MrDream 03-24-2013 08:34 AM

Re: need help for downloading ultra music festival live on youtube please


 
why the programs can't catch this stream ? however this program is console or gui ? i try using many programs & many ways & all of them fail & don't capture the real url stream of this event :(

MrDream 03-24-2013 08:49 AM

Re: need help for downloading ultra music festival live on youtube please


 
i try to use wireshark & many programs of url sniffer but they capture many long url that i don't know how to get the real url you stream of this event to download it ?

synopeas 03-24-2013 09:58 AM

Re: need help for downloading ultra music festival live on youtube please


 
This is a very quick and basic version as I don't have much time.

Play the video & search for a file with url starting with "http://www.youtube.com/api/manifest/hls_variant/key/yt1/ip/"

Open that file in a text editor and you will see a list of 6 streams of different resolution. Pick the best, or fastest your bandwidth can handle, and put it in this template in place of the part between inverted commas:-

ffmpeg -i "http://www.youtube.com/api/manifest/hls_playlist/id/.../file/index.m3u8" -c copy seg.ts

If you use that command ffmpeg will download the stream as it is, combining the segments. You can worry about editing the file, or converting it later.

MrDream 03-24-2013 12:20 PM

Re: need help for downloading ultra music festival live on youtube please


 
Quote:

Originally Posted by synopeas (Post 60948)
This is a very quick and basic version as I don't have much time.

Play the video & search for a file with url starting with "http://www.youtube.com/api/manifest/hls_variant/key/yt1/ip/"

Open that file in a text editor and you will see a list of 6 streams of different resolution. Pick the best, or fastest your bandwidth can handle, and put it in this template in place of the part between inverted commas:-

ffmpeg -i "www.youtube.com/api/manifest/hls_playlist/id/.../file/index.m3u8" -c copy seg.ts

If you use that command ffmpeg will download the stream as it is, combining the segments. You can worry about editing the file, or converting it later.

thanks a lot bro :)
can you tell me how i setup ffmpeg on windows & use it

today is the last day in ultra music festival event & i catch the new live stream url by wireshark now :

Full request URl [truncated]: http://www.youtube.com/api/manifest/.../cp/U0hVSVFSUl


i need more descrptions please bro :)


synopeas 03-24-2013 12:35 PM

Re: need help for downloading ultra music festival live on youtube please


 
Download ffmpeg from http://ffmpeg.zeranoe.com/builds/

It's a command line program so the really easy way to use it, is to COPY cmd from your Windows\System32 folder to the same folder where you've installed ffmpeg. You can then just double-click the cmd file to launch a command prompt window and then paste the command into it and hit Enter. The file should then start downloading into the same folder. If you need to stop the download at any time you can use Ctl+C to cancel it.

That's it really.


All times are GMT -6. The time now is 10:46 AM.