[FFmpeg-trac] #1581(FFmpeg:new): No video, when broadcasting via rtmp
FFmpeg
trac at avcodec.org
Sat Jul 28 20:55:46 CEST 2012
#1581: No video, when broadcasting via rtmp
-------------------------------------+-------------------------------------
Reporter: vitrums | Owner:
Type: defect | Status: new
Priority: normal | Component: FFmpeg
Version: unspecified | Resolution:
Keywords: rtmp justin | Blocked By:
own3d broadcast | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by vitrums):
Issure resolved.
ffprobe has given the output:
vitrums at vitrums:~/stream$ ffprobe out.flv
ffprobe version git-2012-07-28-a2f91e7 Copyright (c) 2007-2012 the FFmpeg
developers
built on Jul 28 2012 12:01:28 with gcc 4.6 (Ubuntu/Linaro
4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp
--enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264
--enable-nonfree --enable-version3 --enable-x11grab
libavutil 51. 65.100 / 51. 65.100
libavcodec 54. 45.100 / 54. 45.100
libavformat 54. 21.100 / 54. 21.100
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 3.100 / 3. 3.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, flv, from 'out.flv':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.21.100
Duration: 00:00:10.00, start: 0.067000, bitrate: 3912 kb/s
Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv444p, 1920x1080,
30 tbr, 1k tbn, 60 tbc
Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
Since yuv444p pixel format is not widely supported, addition of "-pix_fmt
yuv420p" to my video encoding properties has resolved the issue.
[SOLVED!]
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1581#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list