Search found 50 matches

Go to advanced search

by baboom
11 Dec 2013 08:02
Forum: VLC stream-output (sout)
Topic: last second removed when streaming
Replies: 2
Views: 312

Re: last second removed when streaming

alright, thank you
by baboom
10 Dec 2013 16:48
Forum: VLC stream-output (sout)
Topic: last second removed when streaming
Replies: 2
Views: 312

last second removed when streaming

Hi all, I'm trying to stream some audio files with VLC 1.1.11 using the next command: :sout=#transcode{vcodec=none,acodec=mlaw,ab=192,channels=1,samplerate=24000}:rtp{dst=239.1.0.1,port=5004} :sout-keep which is an especial codification needed by some devices we use here. The audio sounds ok, howeve...
by baboom
28 Nov 2012 08:34
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

Re: using ffmpeg for transcoding to Ulaw

alright, thank you!
by baboom
27 Nov 2012 17:13
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

Re: using ffmpeg for transcoding to Ulaw

sorry, it's ugly_resampler... So, is this a known problem which has not been solved I guess...
Is there any way to avoid using this resampling module and letting ffmpeg to get control on all that stuff?
by baboom
27 Nov 2012 16:04
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

Re: using ffmpeg for transcoding to Ulaw

but VLC uses avcodec for resampling, doesn't it? (at least I've seen so at the messages) and so does ffmpeg... :S
by baboom
27 Nov 2012 11:05
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

Re: using ffmpeg for transcoding to Ulaw

I'm afraid that's not enough to get rid of this problem... The noise is still added when transcoding... I'm using the next sout string: :sout=#transcode{aenc=ffmpeg,acodec=ulaw,ab=64,channels=1,samplerate=8000}:rtp{dst=1.1.1.1, port=5004} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep And ...
by baboom
27 Nov 2012 08:26
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

Re: using ffmpeg for transcoding to Ulaw

I haven't tried yet, but shouldn't it be aenc? I'm just trying to transcode audio... and another little question, this shold be added at the sout string, right?

Thanks a lot Mr. Denis-Courmont.

Ben.
by baboom
26 Nov 2012 17:38
Forum: VLC stream-output (sout)
Topic: using ffmpeg for transcoding to Ulaw
Replies: 10
Views: 2746

using ffmpeg for transcoding to Ulaw

Hi all, I'm having some trouble with the transcoding. I need to stream ulaw audio via RTP protocol. I've tried to transcode the original mp3 files and it looks like it's working properly but when I listen to the stream sent, I can hear a periodic noise. To check wether the noise was coming at the tr...
by baboom
08 Jun 2012 14:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error when sending rtp stream to stdout
Replies: 4
Views: 1098

Re: Error when sending rtp stream to stdout

this is what I'm sending: :sout=#rtp{dst=192.168.1.221,port=5004} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep just for trying I'm streaming from the same machine as the asterisk is running so network should not be an issue (I hope!) and this is the messages I get: main debug: looking fo...
by baboom
08 Jun 2012 12:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error when sending rtp stream to stdout
Replies: 4
Views: 1098

Re: Error when sending rtp stream to stdout

but I'm streaming and getting the audio on the same machine... :(

I tried doing the same but without asterisk and in that case I get no error messages... so the problem must be somewhere between VLC and Asterisk... When writing to stdout or when reading from stdin...

It's quite strange...
by baboom
08 Jun 2012 10:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error when sending rtp stream to stdout
Replies: 4
Views: 1098

Error when sending rtp stream to stdout

Hi all, I'm using vlc 1.1.9 on an ubuntu 11.04 machine. I'm trying to get an rtp stream and send it to stdout where it will be used by asterisk for a music on hold application. Some time ago i got it working but now I started a new machine and I can't really remember what I did... :? The command I'm...
by baboom
20 Mar 2012 13:26
Forum: VLC stream-output (sout)
Topic: netsync question
Replies: 4
Views: 510

Re: netsync question

alright then,
thanks Rémi!
by baboom
20 Mar 2012 10:16
Forum: VLC stream-output (sout)
Topic: netsync question
Replies: 4
Views: 510

Re: netsync question

so what is it? how should I decode it?
by baboom
16 Mar 2012 13:51
Forum: VLC stream-output (sout)
Topic: netsync question
Replies: 4
Views: 510

netsync question

Hi all, I got a small doubt about netsync... Is there any reason for using port 9875? When I capture the traffic with wireshark, it treats the netsync packets as SAPv1 or SAP/SDP packets but the info inside seems to be "malformed". How could I see what really is meant with this messages? T...
by baboom
07 Mar 2012 16:42
Forum: VLC stream-output (sout)
Topic: Netsync working?
Replies: 2
Views: 467

Re: Netsync working?

well, I guess that it wasn't a good idea to add the second part of the command at the more options. I've tried to write the directly in the prompt and now there are some UDP SAP/SDP packets in the wireshark. However, the synchronisation doesn't really work... :S it realizes that there's something go...
by baboom
07 Mar 2012 14:22
Forum: VLC stream-output (sout)
Topic: Netsync working?
Replies: 2
Views: 467

Re: Netsync working?

ok, I guess it's not working, since when I pause and resume the master the other clients don't synchronize... Isn't it as simple as adding the next lines to the stream clients? rtp://@:5004 and in the more options section --control netsync --netsync-master(-ip x.x.x.x ) should I add something else? ...
by baboom
06 Mar 2012 14:56
Forum: VLC stream-output (sout)
Topic: Netsync working?
Replies: 2
Views: 467

Netsync working?

Hi all,
I'd like to know how can I make sure that netsync is working properly...
at the moment the streaming is playing synchronised but I'm trying to see UDP packets with wireshark and there's no sign of them...
how do the server and clients interact?

thank you!
by baboom
22 Feb 2012 12:52
Forum: VLC stream-output (sout)
Topic: codec samplerate changing causes unknown payload
Replies: 5
Views: 1535

Re: codec samplerate changing causes unknown payload

please, i need to get this working...
would it be enough to add something similar to http://git.videolan.org/?p=vlc.git;a=bl ... /rtp/rtp.c ?
or there must be much more code added?

Thank you!
by baboom
20 Feb 2012 08:37
Forum: VLC stream-output (sout)
Topic: codec samplerate changing causes unknown payload
Replies: 5
Views: 1535

Re: codec samplerate changing causes unknown payload

Thanks Rémi, But if I choose to use that, it won't be compatible with my idea of 32 kHz samplerate. I'm having a look at the source code "modules/access/rtp/rtp.c" and it looks as if I could add a case for a known dynamic payload type (synchronising with "modules/services_discovery/sa...
by baboom
17 Feb 2012 09:18
Forum: VLC stream-output (sout)
Topic: codec samplerate changing causes unknown payload
Replies: 5
Views: 1535

codec samplerate changing causes unknown payload

Hello, I'm trying to use one of the pcm codecs (ulaw, alaw, s16b) to stream audio, but I'd like to change the samplerate to 32000 Hz. If I change this at the sout string,(transcode{acodec=s16b,ab=128,channels=2,samplerate=32000}) it uses a different RTP Payload Type value at SDP; 96 in this case. Ha...
by baboom
15 Feb 2012 12:28
Forum: VLC stream-output (sout)
Topic: ulaw for RTP streaming AV
Replies: 6
Views: 2608

Re: ulaw for RTP streaming AV

Alright, I've seen that in the new versions of VLC it does support ulaw transcoding with RTP so... THANKS TO THE DEVELOPERS!
by baboom
09 Feb 2012 15:12
Forum: VLC stream-output (sout)
Topic: ulaw for RTP streaming AV
Replies: 6
Views: 2608

Re: ulaw for RTP streaming AV

Thanks n_skid11,
but I've already had a look at this. That's why I'm asking if there's any posibility to get this work by adding some code or whatever...
by baboom
09 Feb 2012 14:50
Forum: VLC stream-output (sout)
Topic: ulaw for RTP streaming AV
Replies: 6
Views: 2608

Re: ulaw for RTP streaming AV

sorry, for maybe becoming boring but any idea about how can I make this work?
It's necessary that I get this working....

Thank you!
by baboom
09 Feb 2012 09:14
Forum: VLC stream-output (sout)
Topic: ulaw for RTP streaming AV
Replies: 6
Views: 2608

Re: ulaw for RTP streaming AV

Thank you Rémi, but RTP only supports PS/TS, doesn't it? I've tried PS and RAW and i get these error messages: main mux error: cannot add this stream stream_out_rtp stream out error: cannot add this stream to the muxer main packetizer error: cannot create packetizer output (mpga) Is it impossible to...

Go to advanced search