an error message in youtube-dl can anybody help me pleasei tried to download a live stream from youtube by youtube-dl.exe but i get this error " no conn or url_encoded_fmt_stream_map information found in video info "
7 i tired to use many programs that catch videos but no one of this program catch it can anybody help me please the url of the live stream now in youtube http://www.youtube.com/watch?v=gLsLyT6uqt8 |
Re: an error message in youtube-dl can anybody help me pleaseThere are several old threads here about capturing live youtube videos.
Just do a search for youtube and ffmpeg and you should find an answer. |
Re: an error message in youtube-dl can anybody help me pleaseI was trying to rip also UMFTV.
This would help you ease up the process, created a batch script to do it little faster. The problem with the FFMPEG method was i couldnt get audio but got it working with a seperate process to rip the audio. just make sure to mux it together in sync after and use the highest stream source. Get the m3u8 from the page source of the youtube live page, make sure the "\/" are changed into "/". You need a compiled ffmpeg file ofcourse and just paste it into one dir. I've created 2 seperate batch files for audio / video. So you can check for errors and stuff if ffmpeg closes, instead of direct calling it. :: umftvdl.bat Code:
@echo off Code:
ffmpeg -i "%url%" -map 0:%audio% -c:a copy %name%.aac Code:
ffmpeg -i "%url%" -map 0:%video% -c:v copy %name%.mp4 |
Re: an error message in youtube-dl can anybody help me pleaseQuote:
thanks for answer & replay bro but i 'm not professionel in using youtube-dl i start use it from just a couples of days i need to know what this error mean & how can i download the ultra music festival live stream on youtube in an easy way for me i try to use many programs fro download videos like replay media capture , Web Stream Recorder , StreamTransport & coojah with blader but this programs doesn't work with the url of this stream & doesn't capture nothing how i can download it it with youyube-dl with another way |
Re: an error message in youtube-dl can anybody help me pleaseQuote:
|
Re: an error message in youtube-dl can anybody help me pleaseQuote:
thanks man but how can i use ffmpeg to download this stream ? where the codes for this ? |
Re: an error message in youtube-dl can anybody help me pleaseQuote:
|
Re: an error message in youtube-dl can anybody help me pleaseQuote:
i try many times to use vlc but an error occur & vlc can't play this stream of ultra music festival on youtube :( |
Re: an error message in youtube-dl can anybody help me pleaseuse latest vlc
|
Re: an error message in youtube-dl can anybody help me pleaseQuote:
i don't think that vlc will play & capture the stream of ultra music festival because i use many programs for capture & sniff the url & download the stream & no one of this program can catch the real url of the stream on youtube & download it i don't know what is the problem with this stream ? ultra music festival make live stream very secure that the programs can catch the stream or what ? :( |
All times are GMT -6. The time now is 07:22 AM. |