hey guys i keep getting a "protocol not found" error.
trying to grab this -
https://www.youtube.com/watch?v=L4n4O_mGBh0#t=1025
Code:
ffmpeg -i "https://manifest.googlevideo.com/api/manifest/hls_playlist/id/L4n4O_mGBh0.1/itag/94/source/yt_live_broadcast/requiressl/yes/ratebypass/yes/live/1/cmbypass/yes/gir/yes/dg_shard/L4n4O_mGBh0.1_94/hls_chunk_host/r17---sn-p5qlsn7l.googlevideo.com/playlist_type/DVR/maudio/1/gcr/us/pmbypass/yes/sver/3/fexp/900206,914005,916625,930008,934026,934027,934030,940700/upn/I3RlXIJCdeA/cpn/18XObf3Br-k9n8CG/ms/lv/mt/1403321402/mv/m/mws/yes/ip/---.---.--.---/ipbits/0/expire/1403344800/sparams/ip,ipbits,expire,id,itag,source,requiressl,ratebypass,live,cmbypass,gir,dg_shard,hls_chunk_host,playlist_type,maudio,gcr,pmbypass/signature/77696AF295FE2E61B141EC7C0153E89A6D988D8E.74CC7304A4ABC0472800AB15DA3A5909FD014D90/key/dg_yt0/file/index.m3u8?start_seq=1" -c copy edc.ts
ffmpeg version 2.2.3 Copyright (c) 2000-2014 the FFmpeg developers
built on Jun 3 2014 06:51:16 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
libavutil 52. 66.100 / 52. 66.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 2.100 / 4. 2.100
libavresample 1. 2. 0 / 1. 2. 0
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
https://manifest.googlevideo.com/api/manifest/hls_playlist/id/L4n4O_mGBh0.1/itag/94/source/yt_live_broadcast/requiressl/yes/ratebypass/yes/live/1/cmbypass/yes/gir/yes/dg_shard/L4n4O_mGBh0.1_94/hls_chunk_host/r17---sn-p5qlsn7l.googlevideo.com/playlist_type/DVR/maudio/1/gcr/us/pmbypass/yes/sver/3/fexp/900206,914005,916625,930008,934026,934027,934030,940700/upn/I3RlXIJCdeA/cpn/18XObf3Br-k9n8CG/ms/lv/mt/1403321402/mv/m/mws/yes/ip/---.---.--.---/ipbits/0/expire/1403344800/sparams/ip,ipbits,expire,id,itag,source,requiressl,ratebypass,live,cmbypass,gir,dg_shard,hls_chunk_host,playlist_type,maudio,gcr,pmbypass/signature/77696AF295FE2E61B141EC7C0153E89A6D988D8E.74CC7304A4ABC0472800AB15DA3A5909FD014D90/key/dg_yt0/file/index.m3u8?start_seq=1: Protocol not found
the only thing i could find is ffmpeg not being able to parse links with a comma but it says that's been fixed.
https://trac.ffmpeg.org/ticket/2303
plus there are examples of it parsing those kinds of links in this thread. not sure what the issue is.