Code: Select all
vlc rtmp://<rtmp-url>
Code: Select all
vlc input_stream --sout "#standard{access=rtmp,dst=10.0.0.3/}"
Code: Select all
vlc input_stream --sout "#standard{access=rtmp,mux=flv,dst=10.0.0.3/}"
Code: Select all
main debug: using sout chain=`standard{access=rtmp,dst=10.0.0.3/}'
main debug: stream=`standard'
main debug: looking for sout stream module matching "standard": 20 candidates
main debug: set config option: sout-standard-access to rtmp
main debug: set config option: sout-standard-dst to 10.0.0.3/
stream_out_standard error: no mux specified or found by extension
Code: Select all
qt4 debug: Using a general info windows
avcodec error: Failed to open rtmp://10.0.0.3/
main debug: no sout access modules matched
stream_out_standard error: no suitable sout access module for `rtmp/flv://rtmp://10.0.0.3/'
main debug: no sout stream modules matched
main debug: destroying chain... (name=(null))
main debug: destroying chain done
main error: stream chain failed for `standard{access=rtmp,mux=flv,dst=rtmp://10.0.0.3/}'
main error: cannot start stream output instance, aborting
main debug: finished input
main debug: dead input
main debug: changing item without a request (current 0/1)
main debug: nothing to play
qt4 debug: IM: Deleting the input
Code: Select all
main debug: using sout chain=`standard{access=avio,mux=flv,dst=10.0.0.3/}'
main debug: stream=`standard'
main debug: looking for sout stream module matching "standard": 20 candidates
main debug: set config option: sout-standard-access to avio
main debug: set config option: sout-standard-mux to flv
main debug: set config option: sout-standard-dst to 10.0.0.3/
main debug: looking for sout access module matching "avio": 8 candidates
avcodec error: Failed to open 10.0.0.3/
main debug: no sout access modules matched
stream_out_standard error: no suitable sout access module for `avio/flv://10.0.0.3/'
main debug: no sout stream modules matched
main debug: destroying chain... (name=(null))
main debug: destroying chain done
main error: stream chain failed for `standard{access=avio,mux=flv,dst=10.0.0.3/}'
main error: cannot start stream output instance, aborting
main debug: finished input
main debug: dead input
Code: Select all
main debug: using sout chain=`standard{access=avio,mux=flv,dst=10.0.0.3/}'
main debug: stream=`standard'
main debug: looking for sout stream module matching "standard": 20 candidates
main debug: set config option: sout-standard-access to avio
main debug: set config option: sout-standard-mux to flv
main debug: set config option: sout-standard-dst to 10.0.0.3/
main debug: looking for sout access module matching "avio": 8 candidates
avcodec error: Failed to open 10.0.0.3/
main debug: no sout access modules matched
stream_out_standard error: no suitable sout access module for `avio/flv://10.0.0.3/'
main debug: no sout stream modules matched
main debug: destroying chain... (name=(null))
main debug: destroying chain done
main error: stream chain failed for `standard{access=avio,mux=flv,dst=10.0.0.3/}'
main error: cannot start stream output instance, aborting
main debug: finished input
main debug: dead input
This breaks the RTMP access output module, which uses these files.
AVIO output is implemented, and it supports RTMP. Passing options might be quite difficult though, as I told you.It does seem RTMP output is simply not implemented yet (other than the patch in October 2011 there was not much talk about RTMP output on vlc-devel).
Your claim is that 2.1 will have RTMP support. RTMP 2.1.0 is finally released. It doesn't seem to support RTMP though. What happened? Did Adobe demand you stop supporting their protocol under threat of a lawsuit or something? So you had to remove it?Any recent news Regarding 2.1 release which would support RTMP output.
I am not familiar how your releases are performed, but my concern is if the VLC GUI would also provide support for the RTMP output once VLC engine does.
Thanks in advance
Return to “VLC media player Feature Requests”
Users browsing this forum: No registered users and 4 guests