Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@test:~# ffmpeg -i "http://video23.fra01.hls.twitch.tv/hls69/hotshotgg_11681581744_161216111/chunked/index-live.m3u8?token=id=811310623639913253,bid=11681581744,exp=1415456667,node=video23-1.fra01.hls.justin.tv,nname=video23.fra01,fmt=chunked&sig=ff44bc201ed90617892fabd165fbf2af3d11fac9" -codec copy -f mpegts /tmp/test.ts
- ffmpeg version 2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
- built on Oct 18 2014 15:38:04 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
- configuration: --prefix=/root/ffmpeg/target --extra-cflags='-I/root/ffmpeg/target/include -static' --extra-ldflags='-L/root/ffmpeg/target/lib -lm -static' --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-openssl --enable-gpl --enable-pthreads --enable-postproc --enable-libass --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-gnutls --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --enable-libxavs --disable-devices --enable-librtmp --extra-libs='-lrtmp -lnettle -lhogweed -lgmp -lssl -lcrypto -lz -lc -ldl'
- libavutil 54. 7.100 / 54. 7.100
- libavcodec 56. 1.100 / 56. 1.100
- libavformat 56. 4.101 / 56. 4.101
- libavdevice 56. 0.100 / 56. 0.100
- libavfilter 5. 1.100 / 5. 1.100
- libswscale 3. 0.100 / 3. 0.100
- libswresample 1. 1.100 / 1. 1.100
- libpostproc 53. 0.100 / 53. 0.100
- Input #0, hls,applehttp, from 'http://video23.fra01.hls.twitch.tv/hls69/hotshotgg_11681581744_161216111/chunked/index-live.m3u8?token=id=811310623639913253,bid=11681581744,exp=1415456667,node=video23-1.fra01.hls.justin.tv,nname=video23.fra01,fmt=chunked&sig=ff44bc201ed90617892fabd165fbf2af3d11fac9':
- Duration: N/A, start: 18831.382944, bitrate: 164 kb/s
- Program 0
- Metadata:
- variant_bitrate : 0
- Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 164 kb/s
- Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720, 45 fps, 45 tbr, 90k tbn, 90 tbc
- Stream #0:2: Data: timed_id3 (ID3 / 0x20334449)
- File '/tmp/test.ts' already exists. Overwrite ? [y/N] y
- Output #0, mpegts, to '/tmp/test.ts':
- Metadata:
- encoder : Lavf56.4.101
- Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 1280x720, q=2-31, 45 fps, 90k tbn, 45 tbc
- Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, 164 kb/s
- Stream mapping:
- Stream #0:1 -> #0:0 (copy)
- Stream #0:0 -> #0:1 (copy)
- Press [q] to stop, [?] for help
- [mpegts @ 0x2c5da40] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
- av_interleaved_write_frame(): Invalid data found when processing input
- [mpegts @ 0x2c5da40] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
- frame= 3 fps=0.0 q=-1.0 Lsize= 0kB time=00:00:00.06 bitrate= 0.0kbits/s
- video:210kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
- Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement