Advertisement
Guest User

Untitled

a guest
May 5th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. command:
  2. ffmpeg -f mpegts -i udp://... -map p:1 -vcodec libx264 -strict experimental -map p:1 -acodec aac -f flv "rtmp://a.rtmp.youtube.com/live2/..."
  3.  
  4. results:
  5. h264 @ 0x138b920] no frame!
  6. [mpegts @ 0x136f9c0] max_analyze_duration reached
  7. [mpegts @ 0x136f9c0] Estimating duration from bitrate, this may be inaccurate
  8. Input #0, mpegts, from 'udp://239.11.11.100:1026':
  9. Duration: N/A, start: 72402.659978, bitrate: 15768 kb/s
  10. Program 1
  11. Metadata:
  12. service_name : Sentech CoJ
  13. service_provider: Harmonic
  14. Stream #0.0[0x21]: Video: h264 (High), yuv420p, 720x576 [PAR 16:11 DAR 20:11], 25.42 fps, 25 tbr, 90k tbn, 50 tbc
  15. Stream #0.1[0x27]: Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
  16. Program 2
  17. Metadata:
  18. service_name : Mindset Health
  19. service_provider: Harmonic
  20. Stream #0.2[0x24]: Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
  21. Stream #0.3[0x25]: Video: h264 (High), yuv420p, 720x576 [PAR 16:11 DAR 20:11], 31.89 fps, 25 tbr, 90k tbn, 50 tbc
  22. Program 7
  23. Metadata:
  24. service_name : Mindset Learn Generic 16x9
  25. service_provider: Harmonic
  26. Stream #0.5[0x20]: Audio: mp2, 48000 Hz, stereo, s16, 384 kb/s
  27. Stream #0.4[0x22]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 16:15 DAR 4:3], 15000 kb/s, 29.32 fps, 25 tbr, 90k tbn, 50 tbc
  28. Could not find sync stream #1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement