Can not stream UDP out

About encoding, codec settings, muxers and filter usage
Fhajad
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Oct 2012 18:45

Can not stream UDP out

Postby Fhajad » 27 Oct 2012 18:59

Currently attempting this on Windows 7 currently. I've been trying with the single stream instance and the VLM, currently just trying to get a single stream instance working before touching the VLM again. In my environment I take a locally hosted mp4 and set VLC to stream it out to a multicast address. Currently we're transitioning the system from Windows XP to Windows 7, and I don't see a stream going out. The Windows XP works fine on 1.1.9 but if we go up to 2.0.3, it fails. I thought this was the fact it was Windows XP, as my Windows 7 computer worked fine. But after a re-install of 2.0.3, now I can't get anything on my local machine.

When doing a single stream, I select my mp4 via Menu > Stream > Add File > Stream > Next > New Destionation "UDP (legacy)" > Add > Address "239.192.3.55" port "2001" > Uncheck Activate Transcoding > Next > TTL "15" > Stream.

That results in nothing. Attacked is the sout at the end of the stream config and the entire debug log. It appears it isn't selecting the mux for some reason, but not sure entirely how to tackle that. I know a similar setup as worked before without anything else needing to be done differently in my steps, maybe in my preferences.

:sout=#std{access=udp{ttl=15},dst=239.192.3.55:2001} :sout-keep

Code: Select all

qt4 debug: MRL passed to the Sout: file:///D:/channel%20123%20aug%2021.mp4 qt4 debug: Adding option: file-caching=300 qt4 debug: Adding option: :sout=#std{access=udp{ttl=15},dst=239.192.3.55:2001} qt4 debug: Adding option: sout-keep main debug: adding item `Streaming' ( file:///D:/channel%20123%20aug%2021.mp4 ) qt4 debug: Adding a new MRL to recent ones: file:///D:/channel%20123%20aug%2021.mp4 main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index 0 main debug: processing request item: Streaming, node: Playlist, skip: 0 main debug: resyncing on Streaming main debug: Streaming is at 1 main debug: starting playback of the new playlist item main debug: resyncing on Streaming main debug: Streaming is at 1 main debug: creating new input thread main debug: Creating an input for 'Streaming' main debug: Creating an input for 'Streaming' main debug: using sout chain=`std{access=udp{ttl=15},dst=239.192.3.55:2001}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-standard-access to udp{ttl=15} main debug: set config option: sout-standard-dst to 239.192.3.55:2001 stream_out_standard error: no mux specified or found by extension main debug: no sout stream module matching "std" could be loaded main debug: TIMER module_need() : 1.384 ms - Total 1.384 ms / 1 intvls (Avg 1.384 ms) main debug: destroying chain... (name=(null)) main debug: destroying chain done main error: stream chain failed for `std{access=udp{ttl=15},dst=239.192.3.55:2001}' main debug: finished input main error: cannot start stream output instance, aborting main debug: dead input main debug: TIMER input launching for 'Streaming' : 2.091 ms - Total 2.091 ms / 1 intvls (Avg 2.091 ms) main debug: changing item without a request (current 1/2) main debug: nothing to play main debug: meta ok for (null), need to fetch art main debug: looking for meta fetcher module: 1 candidate lua debug: Trying Lua scripts in C:\Users\Chris\AppData\Roaming\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac main debug: using meta fetcher module "lua" main debug: TIMER module_need() : 0.780 ms - Total 0.780 ms / 1 intvls (Avg 0.780 ms) main debug: removing module "lua" main debug: searching art for Streaming main debug: looking for art finder module: 2 candidates lua debug: Trying Lua scripts in C:\Users\Chris\AppData\Roaming\vlc\lua\meta\art lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac main debug: no art finder module matching "any" could be loaded main debug: TIMER module_need() : 1.983 ms - Total 1.983 ms / 1 intvls (Avg 1.983 ms) main debug: art not found for Streaming

Rémi Denis-Courmont
Developer
Developer
Posts: 15309
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Can not stream UDP out

Postby Rémi Denis-Courmont » 27 Oct 2012 19:19

Missing mux. Probably a bug in the UI wizard.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Fhajad
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Oct 2012 18:45

Re: Can not stream UDP out

Postby Fhajad » 27 Oct 2012 19:28

Anything I should check/do/show to verify if the mux is missing and there is a bug in place?


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 6 guests