[FFmpeg-trac] #2907(avformat:new): RTMPE Support

FFmpeg trac at avcodec.org
Tue Aug 27 12:28:24 CEST 2013


#2907: RTMPE Support
-------------------------------------+-------------------------------------
             Reporter:  mirkpul      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  rtmp,        |               Blocked By:
  rtmpe, flv                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by mirkpul):

 Sorry,

 those were my settings. BTW I'm getting the same error with openssl:

 ffmpeg version N-55765-g8d679bc Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Aug 27 2013 12:19:50 with gcc 4.7 (Ubuntu/Linaro
 4.7.2-2ubuntu1)
   configuration: --enable-openssl --enable-protocol=rtmpe
   libavutil      52. 42.100 / 52. 42.100
   libavcodec     55. 29.100 / 55. 29.100
   libavformat    55. 14.102 / 55. 14.102
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 82.102 /  3. 82.102
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
 Splitting the commandline.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-probesize' ... matched as AVOption 'probesize' with
 argument '4000'.
 Reading option '-i' ... matched as input file with argument
 'rtmpe://127.0.0.1/live/myStream'.
 Reading option '-rtmp_swfverify' ... matched as AVOption 'rtmp_swfverify'
 with argument 'http://127.0.0.1/test.swf'.
 Reading option '-acodec' ... matched as option 'acodec' (force audio codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'flv'.
 Reading option '/home/mirkpul/Scrivania/test_audio.flv' ... matched as
 output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option loglevel (set logging level) with argument debug.
 Successfully parsed a group of options.
 Parsing a group of options: input file rtmpe://127.0.0.1/live/myStream.
 Successfully parsed a group of options.
 Opening an input file: rtmpe://127.0.0.1/live/myStream.
 [rtmpe @ 0x33d9b00] Handshaking...
 [rtmpe @ 0x33d9b00] Type answer 6
 [rtmpe @ 0x33d9b00] Server version 0.0.0.0
 [rtmpe @ 0x33d9b00] Proto = rtmpe, path = /live/myStream, app = live,
 fname = myStream
 rtmpe://127.0.0.1/live/myStream: Input/output error


 and with gnutls:

 ffmpeg version N-55765-g8d679bc Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Aug 27 2013 12:25:31 with gcc 4.7 (Ubuntu/Linaro
 4.7.2-2ubuntu1)
   configuration: --enable-gnutls --enable-protocol=rtmpe
   libavutil      52. 42.100 / 52. 42.100
   libavcodec     55. 29.100 / 55. 29.100
   libavformat    55. 14.102 / 55. 14.102
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 82.102 /  3. 82.102
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
 Splitting the commandline.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-i' ... matched as input file with argument
 'rtmpe://127.0.0.1/live/myStream'.
 Reading option '-rtmp_swfverify' ... matched as AVOption 'rtmp_swfverify'
 with argument 'http://127.0.0.1/test.swf'.
 Reading option '-acodec' ... matched as option 'acodec' (force audio codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'flv'.
 Reading option '/home/mirkpul/Scrivania/test_audio.flv' ... matched as
 output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option loglevel (set logging level) with argument debug.
 Successfully parsed a group of options.
 Parsing a group of options: input file rtmpe://127.0.0.1/live/myStream.
 Successfully parsed a group of options.
 Opening an input file: rtmpe://127.0.0.1/live/myStream.
 [rtmpe @ 0x22b4320] Handshaking...
 [rtmpe @ 0x22b4320] Type answer 6
 [rtmpe @ 0x22b4320] Server version 0.0.0.0
 [rtmpe @ 0x22b4320] Proto = rtmpe, path = /live/myStream, app = live,
 fname = myStream
 rtmpe://127.0.0.1/live/myStream: Input/output error

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2907#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list