tuxmartin

avconv rtmp stream

Mar 6th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. martin@meo3:~$ avconv -an -sn -r 15 -i "/home/martin/Stažené/South-Park-15x01---Ipadnozka-DVB-T-CZ.avi" -vcodec libx264 -crf 30 -tune zerolatency -preset fast -pix_fmt yuv420p -profile:v baseline -b:v 1024k -threads 1 -g 50 -keyint_min 20 -ar 22050 -f flv rtmp://194.228.153.100:1935/meo/sp?access_token=5f6f3c10d3f3448caf3fbb89d63f36a1
  2. avconv version 9.16-6:9.16-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav developers
  3. built on Aug 10 2014 18:16:02 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. Guessed Channel Layout for Input Stream #0.1 : stereo
  5. Input #0, avi, from '/home/martin/Stažené/South-Park-15x01---Ipadnozka-DVB-T-CZ.avi':
  6. Metadata:
  7. encoder : Lavf52.39.1
  8. Duration: 00:22:15.07, start: 0.000000, bitrate: 2159 kb/s
  9. Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 720x400 [PAR 1:1 DAR 9:5], 25 tbn, 25 tbc
  10. Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16p, 192 kb/s
  11. [libx264 @ 0xb998a0] using SAR=1/1
  12. [libx264 @ 0xb998a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
  13. [libx264 @ 0xb998a0] profile Constrained Baseline, level 2.2
  14. [libx264 @ 0xb998a0] 264 - core 142 r2389 956c8d8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=0 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=50 keyint_min=20 scenecut=40 intra_refresh=0 rc=crf mbtree=0 crf=30.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.25 aq=1:1.00
  15. Output #0, flv, to 'rtmp://194.228.153.100:1935/meo/sp?access_token=5f6f3c10d3f3448caf3fbb89d63f36a1':
  16. Metadata:
  17. encoder : Lavf54.20.4
  18. Stream #0.0: Video: libx264, yuv420p, 720x400 [PAR 1:1 DAR 9:5], q=-1--1, 1024 kb/s, 1k tbn, 15 tbc
  19. Stream #0.1: Audio: libmp3lame, 22050 Hz, stereo, s16p
  20. Stream mapping:
  21. Stream #0:0 -> #0:0 (mpeg4 -> libx264)
  22. Stream #0:1 -> #0:1 (mp3 -> libmp3lame)
  23. Press ctrl-c to stop encoding
  24. WriteN, RTMP send error 104 (69 bytes)08kB time=20.56 bitrate= 242.4kbits/s
  25.  
  26.  
  27.  
  28. martin@meo3:~$ avconv -an -sn -r 15 -i "/home/martin/Stažené/South-Park-15x01---Ipadnozka-DVB-T-CZ.avi" -vcodec libx264 -crf 30 -tune zerolatency -preset fast -pix_fmt yuv420p -profile:v baseline -b:v 1024k -threads 1 -g 50 -keyint_min 20 -ar 22050 -f flv rtmp://194.228.153.100:1935/meo/sp?access_token=5f6f3c10d3f3448caf3fbb89d63f36a1
  29. avconv version 9.16-6:9.16-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav developers
  30. built on Aug 10 2014 18:16:02 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  31. Guessed Channel Layout for Input Stream #0.1 : stereo
  32. Input #0, avi, from '/home/martin/Stažené/South-Park-15x01---Ipadnozka-DVB-T-CZ.avi':
  33. Metadata:
  34. encoder : Lavf52.39.1
  35. Duration: 00:22:15.07, start: 0.000000, bitrate: 2159 kb/s
  36. Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 720x400 [PAR 1:1 DAR 9:5], 25 tbn, 25 tbc
  37. Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16p, 192 kb/s
  38. RTMP_Connect0, failed to connect socket. 111 (Connection refused)
  39. rtmp://194.228.153.100:1935/meo/sp?access_token=5f6f3c10d3f3448caf3fbb89d63f36a1: Unknown error occurred
  40. martin@meo3:~$
Add Comment
Please, Sign In to add comment