Search found 4 matches

Go to advanced search

by nickj
16 Jul 2009 07:56
Forum: Development around libVLC
Topic: About modules/access_putput/udp.c
Replies: 1
Views: 366

About modules/access_putput/udp.c

I find the line 451 it is send udp stream function,
I can't find any definition about send function.
Does any know about the send fuction parameter?
thanks

file modules/access_putput/udp.c
line 451: if ( send( p_sys->i_handle, p_pk->p_buffer, p_pk->i_buffer, 0 ) == -1 )
by nickj
16 Jul 2009 07:25
Forum: Development around libVLC
Topic: UDP stream buffer
Replies: 2
Views: 899

Re: UDP stream buffer

And when I want to stream a file using udp stream. It must need to take the file into packets. Does anyone know the procedure?
I want to know the where the code is input the file to packet. And I want to find the packet buffer.
by nickj
15 Jul 2009 09:29
Forum: Development around libVLC
Topic: UDP stream buffer
Replies: 2
Views: 899

UDP stream buffer

HI!

Does anyone know where is the buffer code in file,which before send udp packet.
I want to known where the code is filling video data into buffer. I want to find the code is. or the function name.
can someone help me?
by nickj
07 Jul 2009 05:49
Forum: Development around libVLC
Topic: Where is the streaming buffer
Replies: 0
Views: 352

Where is the streaming buffer

HI!
I am a student. I want to find the buffer before send packet. Because I want use fec to encode the packets.
Does anyone know where is buffer? Where is the code? Where I can find the buffer variable?
PS. I plan to use udp to straming video at 234.5.6.7

Go to advanced search