Search found 16 matches

Go to advanced search

by ymsaputra
07 Mar 2013 03:19
Forum: VLC stream-output (sout)
Topic: How to measure PSNR at VLC client
Replies: 1
Views: 790

How to measure PSNR at VLC client

Dear All, When we play a video at VLC client during the streaming process, is there any way in VLC client to measure the PSNR value (so it will compare reference video and received video)? If it exists, which file (code) I must consider? I only know that PSNR will be calculated during encoding but t...
by ymsaputra
27 Feb 2013 12:15
Forum: VLC stream-output (sout)
Topic: RTP Packet Reordering in VLC
Replies: 2
Views: 946

RTP Packet Reordering in VLC

Dear All, I want to make sure about RTP reordering packet in Audio Video Profile (using H264 packetizer, payload 96, and using SDP file). If at VLC server the sequence number is in order but during transmission, if there is no order packet (e.g server : 1,2,3,4,5 and during transmission the order is...
by ymsaputra
26 Feb 2013 03:30
Forum: VLC stream-output (sout)
Topic: Measuring Packet Loss in VLC
Replies: 4
Views: 1376

Re: Measuring Packet Loss in VLC

Thank you for the info.

As fas as I know, for transmitter (VLC server), the sequence number is in modules/stream_out/rtp.c,

Do you know where can I see the sequence number for receiver (VLC client)?
by ymsaputra
25 Feb 2013 02:08
Forum: VLC stream-output (sout)
Topic: Measuring Packet Loss in VLC
Replies: 4
Views: 1376

Re: Measuring Packet Loss in VLC

In which part of stats do you mean? in Stats.c?

Thank you for your answers.
by ymsaputra
24 Feb 2013 12:35
Forum: VLC stream-output (sout)
Topic: Measuring Packet Loss in VLC
Replies: 4
Views: 1376

Measuring Packet Loss in VLC

Dear All,

Is there any way in VLC to measure how much packet loss happens during video streaming?

I try to check in modules/access/rtp.c (in case of RTP) but I have no idea what parameter to be used for packet loss.

Thank you for the answers.
by ymsaputra
22 Feb 2013 11:33
Forum: VLC stream-output (sout)
Topic: How to change playout buffer during video streaming
Replies: 3
Views: 1285

Re: How to change playout buffer during video streaming

Thank you so much for your answer. Before I deeply go to the buffer code, I have one more question, Can VLC change playout buffer length automatically during streaming based on the current network condition? e.g : if the network condition is bad, it will add playout buffer length and vice versa. Tha...
by ymsaputra
21 Feb 2013 08:34
Forum: VLC stream-output (sout)
Topic: How to change playout buffer during video streaming
Replies: 3
Views: 1285

How to change playout buffer during video streaming

Dear All, As far as I know, we can set the playout buffer at the client by using network-caching parameter before streaming. Does it mean that this is the maximum value for playout buffer? Can the playout buffer decrease from the maximum value automatically in VLC? Do you know how to debug (in which...
by ymsaputra
29 Jan 2013 03:00
Forum: VLC stream-output (sout)
Topic: Stream video on the client using AV Profile on the server
Replies: 2
Views: 467

Re: Stream video on the client using AV Profile on the serve

Thank you,

I am success doing it and it works now.
by ymsaputra
28 Jan 2013 03:33
Forum: VLC stream-output (sout)
Topic: Stream video on the client using AV Profile on the server
Replies: 2
Views: 467

Stream video on the client using AV Profile on the server

Dear All VLC forumers, I want to ask a question about streaming video using Audio/Video Profile. On the server, I have already set the parameter as follows : 1. Using RTP Audio/Video Profile 2. Using H264 packetization (rtpmap 96) On the client 1. How to stream this kind of video streaming on the cl...
by ymsaputra
24 Jan 2013 12:24
Forum: VLC stream-output (sout)
Topic: When stream video using AV Profile, Client only hear audio
Replies: 3
Views: 698

Re: When stream video using AV Profile, Client only hear aud

Thank you so much for your answer.

Is it possible to use rtp:// to get audio and video by using Audio/Video Profile?

If I want to make the client see the video only (without audio), what should I do (in case in AV Profile)? Change the port?

Thank you for the answer
by ymsaputra
24 Jan 2013 05:13
Forum: VLC stream-output (sout)
Topic: When stream video using AV Profile, Client only hear audio
Replies: 3
Views: 698

When stream video using AV Profile, Client only hear audio

Dear All VLC Forumers, I have a problem streaming a videousing Audio Video Profile. I have succesfully stream the video to the network but when I check the sdp file, it said like this : v=0 o=- 15324391530154056190 15324391530154056190 IN IP4 desktop s=Unnamed i=N/A c=IN IP4 10.0.0.4 t=0 0 a=tool:vl...
by ymsaputra
09 Jan 2013 04:08
Forum: VLM
Topic: Stream Video in VLC over TCP
Replies: 0
Views: 1006

Stream Video in VLC over TCP

Dear all VLC forumers,

As we know well that we usually stream video by using UDP protocol. Is it possible to stream video by using TCP protocol in VLC?
How can I do it (the configuration)?

Thank you so much for the answers.

Best Regards,

Yuris
by ymsaputra
18 Dec 2012 02:51
Forum: VLC stream-output (sout)
Topic: How to stream using RTP Audio/Video Profile for MPEG-2 Video
Replies: 1
Views: 544

How to stream using RTP Audio/Video Profile for MPEG-2 Video

Dear VLC forumers, I want to stream a video by using transcoding MPEG-2 TS and RTP Audio/Video Profile but when I stream the video, it said that the transcoding is failed, so what is wrong in this case? What transcoding types that are compatible with RTP Audio/Video Profile streaming? Thank you for ...
by ymsaputra
11 Dec 2012 03:55
Forum: VLM
Topic: How to modify DSCP value inside source code
Replies: 3
Views: 1406

Re: How to modify DSCP value inside source code

Hello Edith,

Did you succeed to differentiate each packet with different DSCP value?
As fas as I know, the DSCP value can not be changed for that stream.

Can anyone else know how to differentiate DSCP value in one stream?
by ymsaputra
06 Dec 2012 01:35
Forum: VLM
Topic: How to modify DSCP value inside source code
Replies: 3
Views: 1406

Re: How to modify DSCP value inside source code

Thank you,

I have already taken a look at those files and i have one more question,

Is it possible to make different DSCP value for each packet? so before writing the packet on the network, I want to mark each packet with different DSCP value according to the frame type.

Thank you for the answers
by ymsaputra
04 Dec 2012 03:43
Forum: VLM
Topic: How to modify DSCP value inside source code
Replies: 3
Views: 1406

How to modify DSCP value inside source code

Dear VLC forumers, As far as I know, the DSCP value for differentiate the QoS just can be determined by inputing the value by user. In my case I want to decide the DSCP value inside the source code, for example I want to decide the DSCP value based on the frame type of encoded video. So it will assi...

Go to advanced search