Search found 12 matches

Go to advanced search

by Hughes
20 Aug 2008 14:38
Forum: General VLC media player Troubleshooting
Topic: when to play a video frame using NTP?
Replies: 9
Views: 1909

Re: when to play a video frame using NTP?

I mean:
when player's system uptime is 100, it play a video frame and an audio sample whose NTP is 80.
the video frame and the audio sample whose NTP is 90 will be played when play's system uptime is 110, Is this right?

thanks for your help!
by Hughes
19 Aug 2008 15:26
Forum: General VLC media player Troubleshooting
Topic: If SDP has one video stream and two audio streams?
Replies: 2
Views: 487

Re: If SDP has one video stream and two audio streams?

I respect your work, Thanks very much!

another question:
If user select one of the audio streams, VLC will just decode the selected audio stream, not decode the others.Is this right?
by Hughes
18 Aug 2008 13:51
Forum: General VLC media player Troubleshooting
Topic: If SDP has one video stream and two audio streams?
Replies: 2
Views: 487

If SDP has one video stream and two audio streams?

If SDP has one video stream and two audio streams in different language, VLC will setup for three streams. for example: Client->Server: Setup rtsp://audio.example.com/twister/video RTSP/1.0 Server->client: RTSP/1.0 200 Ok Client->Server: Setup rtsp://audio.example.com/twister/audio.en RTSP/1.0 Serve...
by Hughes
18 Aug 2008 13:28
Forum: General VLC media player Troubleshooting
Topic: when to play a video frame using NTP?
Replies: 9
Views: 1909

Re: when to play a video frame using NTP?

Can you give me an example, how to use the system uptime, and the NTP? Precondition: Player's system uptime is 100,the frequency is 1. Three Video Frames, their NTP is 80,90,100. Five Audio Samples, their NTP is 80,85, 90,95,100. Conclusion: system uptime:? the Video output:? the audio output:? thin...
by Hughes
15 Aug 2008 13:38
Forum: General VLC media player Troubleshooting
Topic: when to play a video frame using NTP?
Replies: 9
Views: 1909

Re: when to play a video frame using NTP?

The reply is helpful, Thanks! the real-time clock is the system clock of the player, is it? does VLC use gettimeofday() as the real-time clock? in 13818-1, the end-to-end delay from the signal input to an encoder to the signal output from a decoder is a constant. This delay is the sum of encoding, e...
by Hughes
13 Aug 2008 12:28
Forum: General VLC media player Troubleshooting
Topic: when to play a video frame using NTP?
Replies: 9
Views: 1909

Re: when to play a video frame using NTP?

Thanks for your reply! Idon't mean Player should play the RTP samples at NTP time. I know that using RTCP SR, (Audio sample)timestamp->NTP, and (Video sample)timestamp->NTP. So Audio and Video can synchronize on a timebase. Is this right? how does Player(VLC) create a timebase? Is there any relation...
by Hughes
12 Aug 2008 15:19
Forum: General VLC media player Troubleshooting
Topic: when to play a video frame using NTP?
Replies: 9
Views: 1909

when to play a video frame using NTP?

I analysized Audio/Video synchronization (Raw/RTP/UDP, not TS/RTP/UDP). and I know, using RTCP SR, Audio timestamp ->NTP,and Video timestamp->NTP。 So Audio and Video can synchronize on a timebase. VLC has its systemclock(gettimeday(), as a timebase?), but when to play using NTP? my understanding is ...
by Hughes
12 Aug 2008 03:24
Forum: General VLC media player Troubleshooting
Topic: Does VLC support RTCP client
Replies: 3
Views: 1049

Re: Does VLC support RTCP client

Thanks!

and in which version VLC will implement receiver-side RTCP with the RTP plugin?
by Hughes
11 Aug 2008 13:33
Forum: General VLC media player Troubleshooting
Topic: how to support various lanuage Audioes in VLC?
Replies: 0
Views: 314

how to support various lanuage Audioes in VLC?

I'm reading the /demux/live555.cpp (the verison is vlc-0.8.6h-). I find that it creates subsessions for each media in the SDP, and setup, finally play. so if SDP has one video and two audioes, VLC will receive all. for example, SDP has one video, one French audio, one English auido. VLC will receive...
by Hughes
11 Aug 2008 05:18
Forum: General VLC media player Troubleshooting
Topic: Does VLC support RTCP client
Replies: 3
Views: 1049

Does VLC support RTCP client

in mail list, I have found: 1、VLC doesn't support RTCP server-side, and client-side, only with liveMedia. 2、VLC 0.8.6 stream output does not implement RTCP. For broadcast, it's been added in version 0.9.0. 3、VLC does only RTCP reception on the client side, with the use of Live555 library. 4、RTCP cli...
by Hughes
07 Aug 2008 08:16
Forum: General VLC media player Troubleshooting
Topic: Does the main thread spawn Audio/video output thread?
Replies: 2
Views: 493

Re: Does the main thread spawn Audio/video output thread?

Thanks!

so when I read the source code (the newest version), the Hack's guide isn't useful.

Is there another other useful document?
by Hughes
06 Aug 2008 04:12
Forum: General VLC media player Troubleshooting
Topic: Does the main thread spawn Audio/video output thread?
Replies: 2
Views: 493

Does the main thread spawn Audio/video output thread?

hi, all! I'm reading the VLC's Hacker's guide, and find this sentence: the main thread becomes the interface thread. It passes through the following steps: 1.CPU detection * 8.Audio output thread spawning ; 9.Video output thread spawning ; but when I'm reading the VLC's source code (the version is v...

Go to advanced search