I'm trying to stream file from my local computer to server, where i have installed VLC version 0.9.9a Grishenko. I read wiki and FAQ before i write this post, but i don't know what i'm doing wrong.
On server side i use this command to receive and save stream:
Code: Select all
vlc -vvv rtp://@:5004 --sout file/ts:file.mp
Thanks in advance
My log by VLC from server
Code: Select all
00000431] main input debug: thread started
[00000432] main stream output debug: using sout chain=`standard{mux="ts",access="file",dst="file.mp3"}'
[00000432] main stream output debug: stream=`standard'
[00000433] main stream out debug: looking for sout stream module: 1 candidate
[00000431] main input debug: thread 2988436368 (input) created at priority 10 (input/input.c:370)
[00000433] main stream out debug: set config option: sout-standard-mux to ts
[00000433] main stream out debug: set config option: sout-standard-access to file
[00000433] main stream out debug: set config option: sout-standard-dst to file.mp3
[00000433] stream_out_standard stream out debug: creating `file/ts://file.mp3'
[00000433] stream_out_standard stream out debug: extension is mp3
[00000433] stream_out_standard stream out debug: extension -> mux=(null)
[00000433] stream_out_standard stream out debug: using `file/ts://file.mp3'
[00000435] main access out debug: looking for sout access module: 1 candidate
[00000435] access_output_file access out debug: file access output opened (file.mp3)
[00000435] main access out debug: using sout access module "access_output_file"
[00000435] main access out debug: TIMER module_Need() : 1.314 ms - Total 1.314 ms / 1 intvls (Avg 1.314 ms)
[00000433] stream_out_standard stream out debug: access opened
[00000437] main mux debug: looking for sout mux module: 1 candidate
[00000437] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[00000437] main mux debug: using sout mux module "mux_ts"
[00000437] main mux debug: TIMER module_Need() : 3.933 ms - Total 3.933 ms / 1 intvls (Avg 3.933 ms)
[00000432] main stream output debug: muxer support adding stream at any time
[00000432] main stream output debug: muxer prefers to wait for all ES before starting to mux
[00000433] stream_out_standard stream out debug: mux opened
[00000433] main stream out debug: using sout stream module "stream_out_standard"
[00000433] main stream out debug: TIMER module_Need() : 9.656 ms - Total 9.656 ms / 1 intvls (Avg 9.656 ms)
[00000431] main input debug: `rtp://@:5004' gives access `rtp' demux `' path `@:5004'
[00000431] main input debug: creating demux: access='rtp' demux='' path='@:5004'
[00000439] main demux debug: looking for access_demux module: 1 candidate
[00000439] main demux debug: net: opening any datagram port 5004
[00000439] main demux debug: net: opening any datagram port 5005
[00000439] main demux debug: using access_demux module "rtp"
[00000439] main demux debug: TIMER module_Need() : 2.451 ms - Total 2.451 ms / 1 intvls (Avg 2.451 ms)
[00000431] main input debug: starting in sync mode
[00000431] main input debug: `rtp://@:5004' successfully opened