[FFmpeg-trac] #1316(undetermined:closed): NO SOUND ON RTMP STREAM

FFmpeg trac at avcodec.org
Sat Oct 13 15:47:13 CEST 2012


#1316: NO SOUND ON RTMP STREAM
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  alexandru_mg3                      |                   Status:  closed
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  0.10.3       |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by richardpl):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 you did not provide way to reproduce this issue.

 Try with latest version which have internal rtmp protocol support with
 more options.

 {{{
 rtmp AVOptions:
 -rtmp_app          <string> ED.... Name of application to connect to on
 the RTMP server
 -rtmp_buffer       <int>   ED.... Set buffer time in milliseconds. The
 default is 3000.
 -rtmp_conn         <string> ED.... Append arbitrary AMF data to the
 Connect message
 -rtmp_flashver     <string> ED.... Version of the Flash plugin used to run
 the SWF player.
 -rtmp_flush_interval <int>   E..... Number of packets flushed in the same
 request (RTMPT only).
 -rtmp_live         <int>   .D.... Specify that the media is a live stream.
    any                     .D.... both
    live                    .D.... live stream
    recorded                .D.... recorded stream
 -rtmp_pageurl      <string> .D.... URL of the web page in which the media
 was embedded. By default no value will be sent.
 -rtmp_playpath     <string> ED.... Stream identifier to play or to publish
 -rtmp_subscribe    <string> .D.... Name of live stream to subscribe to.
 Defaults to rtmp_playpath.
 -rtmp_swfhash      <binary> .D.... SHA256 hash of the decompressed SWF
 file (32 bytes).
 -rtmp_swfsize      <int>   .D.... Size of the decompressed SWF file,
 required for SWFVerification.
 -rtmp_swfurl       <string> ED.... URL of the SWF player. By default no
 value will be sent
 -rtmp_swfverify    <string> .D.... URL to player swf file, compute
 hash/size automatically.
 -rtmp_tcurl        <string> ED.... URL of the target stream. Defaults to
 proto://host[:port]/app.
 -rtmp_listen       <int>   .D.... Listen for incoming rtmp connections
 -timeout           <int>   .D.... Maximum timeout (in seconds) to wait for
 incoming connections. -1 is infinite. Implies -rtmp_listen 1
 }}}

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


More information about the FFmpeg-trac mailing list