Search found 23 matches

Go to advanced search

by haiying7
21 Nov 2011 11:22
Forum: VLC stream-output (sout)
Topic: Ctrl + N, Screen://
Replies: 3
Views: 2248

Re: Ctrl + N, Screen://

I think maybe it is because the recording time is too short. When vlc is playing, it does not have enough time to show the whole picture...Not sure what I think is right or not
by haiying7
21 Nov 2011 02:58
Forum: VLC stream-output (sout)
Topic: Ctrl + N, Screen://
Replies: 3
Views: 2248

Re: Ctrl + N, Screen://

Like what?
Almost like this, http://www.youtube.com/watch?v=_xPPin6qalU, but mine is like the screen is going down.
by haiying7
20 Nov 2011 11:14
Forum: VLC stream-output (sout)
Topic: Ctrl + N, Screen://
Replies: 3
Views: 2248

Ctrl + N, Screen://

Hi,

When I open VLC, I try "Ctrl + N" and type in "Screen://" in the network dialog. Why the output is like that? Is it a bug?

THX.
by haiying7
13 May 2011 11:44
Forum: Development around libVLC
Topic: Why does VLC use file descriptor in IO?
Replies: 1
Views: 394

Why does VLC use file descriptor in IO?

Hi,

I notice that VLC uses net_Write() to write data to a file descriptor in "io.c"(src/network/), and then, read file descriptor line by line. Why not just read data from a buffer directly? What is the meaning of file descriptor here?

THX.
by haiying7
03 May 2011 12:05
Forum: General VLC media player Troubleshooting
Topic: VLC 1.1.5 can not play Youtube?
Replies: 1
Views: 395

VLC 1.1.5 can not play Youtube?

Dear all,

I find Youtube video can not be played by vlc-1.1.5 version on Win and Linux. But I work on this version`s source code all the time, so I can not update it. Then, how could I make it play Youtube?

THX.
by haiying7
31 Mar 2011 04:02
Forum: Development around libVLC
Topic: Blocking or non-blocking TCP connection? THX
Replies: 1
Views: 382

Blocking or non-blocking TCP connection? THX

Dear all,

Could you tell me whether VLC connects TCP socket by blocking or non-blocking method when it plays video by http connection?

Thanks.
by haiying7
25 Mar 2011 10:41
Forum: Development around libVLC
Topic: Play video by progressive download
Replies: 2
Views: 920

Re: Play video by progressive download

Hi, I think VLC supports http streaming instead of progressive download. If the file is too large, progressive download is a good choice indeed. QucikTime is not open source, so I do not use it. I have a different question related to progressive download. I have a website that is used primarily in s...
by haiying7
25 Mar 2011 10:32
Forum: Development around libVLC
Topic: How to play a self-definded video file format. (With codes)
Replies: 0
Views: 293

How to play a self-definded video file format. (With codes)

Dear all, I want to play a video file which contains packet timestamp. In order that VLC can play it, I plan to add some codes to extract the timestamp values and delete them. Then the video format with timestamp is changed to the original and VLC can play it. I decide to modify "/modules/acces...
by haiying7
01 Mar 2011 04:33
Forum: Development around libVLC
Topic: Play video by progressive download
Replies: 2
Views: 920

Play video by progressive download

Dear all,

I use VLC to play a video by progressive download on Linux server. I record the frame arrival time of the video and want VLC to play the video frame by frame according to that time. So does anybody know which parts of source code I should work on?

Thanks.
by haiying7
21 Feb 2011 10:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Time code variable in filename prefix
Replies: 0
Views: 453

Time code variable in filename prefix

Dear all, I find this material, http://wiki.videolan.org/Documentation:Play_HowTo/Format_String. I try the time code of the video in my filename prefix like this, "scene-$T-". But the scene filter does not output time code in the file name. Do those format string variables only support 0.9...
by haiying7
21 Feb 2011 07:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Video frame lost and scene filter output
Replies: 0
Views: 656

Video frame lost and scene filter output

Hi, I use VLC to play an 85 seconds video. The frame rate is 12 frames/sec. Normally, with scene filter, it should output 1020 frames as the recording ratio is 1. If the video has some packet lost, I find the output only has 876 frames, but the duration is still 85 seconds. How does it happen? Does ...
by haiying7
20 Feb 2011 10:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to take filter pictures as the same as video frame rate
Replies: 3
Views: 733

Re: how to take filter pictures as the same as video frame r

You can change the scene filter frame ratio. But it is likely that your hard drive cannot cope with such a high data rate. Thanks, do you mean the "Recording ratio" item in the setting of Scene filter? Could I say that if I set Recording ratio = 1, it outputs 12 images (12 frames) and thi...
by haiying7
18 Feb 2011 09:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to take filter pictures as the same as video frame rate
Replies: 3
Views: 733

how to take filter pictures as the same as video frame rate

Dear all,

I use scene filter to capture the images. But I want to take the pictures as the same as video frame rate. For example, the video frame rate is 12 frames/second. When I use scene filter, it will also output 12 frames per second. How could I do it?

Thanks
by haiying7
18 Feb 2011 06:27
Forum: VLC media player for Windows Troubleshooting
Topic: Play back video and screenshots
Replies: 3
Views: 190

Re: Play back video and screenshots

remove the Vdummy part
thanks, it works
by haiying7
17 Feb 2011 04:31
Forum: VLC media player for Windows Troubleshooting
Topic: Play back video and screenshots
Replies: 3
Views: 190

Play back video and screenshots

Dear all,

I get screenshot using command line "vlc --video-filter scene -V dummy". Is it possible to play back the video and get screenshots at the same time?

Thanks.
by haiying7
31 Jan 2011 09:10
Forum: VLC media player for Windows Troubleshooting
Topic: video capture and output data, thx
Replies: 0
Views: 172

video capture and output data, thx

dear all, i am trying to capture the video and output data frame by frame into a local file when it is playing. does vlc have this function? i mean for example, i set the frame rate = 5 pictures/second. then, i will get 50 PNG pictures after play a 10 seconds` video and screen capture. could anybody...
by haiying7
26 Jan 2011 10:06
Forum: General VLC media player Troubleshooting
Topic: what is the working mechanism of VLC?
Replies: 1
Views: 298

what is the working mechanism of VLC?

Hi, I am a new hand for developing VLC. I am reading the source code of VLC and it confused me. Could anyone give me a help? The first question is where the main function is? Is /bin/vlc.c the main function? The second question is where the functions in video_output.c and display.c are called? The t...
by haiying7
26 Jan 2011 04:33
Forum: Development around libVLC
Topic: The same file names but in two different directories?
Replies: 0
Views: 197

The same file names but in two different directories?

Hi,

I find there are some files such as files.c, input.c, display.c and etc, in the directory of /src/ and /modules/. Do the functions with the same name in these two directories have any differences?

Thx. :)
by haiying7
26 Jan 2011 04:21
Forum: General VLC media player Troubleshooting
Topic: Question about VLC display
Replies: 1
Views: 250

Question about VLC display

Dear all, I want to record the video data which comes out from VLC decoder frame by frame into a data file. That means when we use VLC to play a video, it not only displays video but also generates a file which includes the video data frame by frame. Because there are too many files and functions in...
by haiying7
26 Jan 2011 02:58
Forum: VLC media player for Windows Troubleshooting
Topic: Anybody knows which file contains the video decode function?
Replies: 6
Views: 268

Re: Anybody knows which file contains the video decode funct

New format means the transmission time of that packet is 134 seconds. But how can VLC play this new format file. Is the data in container level? If so, the demux modules are the ones you are looking for http://git.videolan.org/?p=vlc.git;a=tree;f=modules/demux If the data is in codec level, then lo...
by haiying7
25 Jan 2011 08:04
Forum: VLC media player for macOS Troubleshooting
Topic: development environment for VLC on Mac
Replies: 1
Views: 332

development environment for VLC on Mac

dear all,

i want to do some modification and improvement for VLC on Mac OS. so usually what kind of development environment should i use? Xcode or some others?

thx...
by haiying7
25 Jan 2011 03:43
Forum: VLC media player for Windows Troubleshooting
Topic: Anybody knows which file contains the video decode function?
Replies: 6
Views: 268

Re: Anybody knows which file contains the video decode funct

What format is it? For example, I add a time stamp for every packet. The original file of video content we download from server is like this, "...AADBCE..."; now it is like this "...AAD134BCE...". It is encoded and I need to send them to video decoder of VLC, right? New format m...
by haiying7
24 Jan 2011 09:39
Forum: VLC media player for Windows Troubleshooting
Topic: Anybody knows which file contains the video decode function?
Replies: 6
Views: 268

Anybody knows which file contains the video decode function?

Dear all, I have a video content file which is a Hex file. But it is in a new format that is different from the normal video format, so VLC could not play it directly. Where and how should I modify the functions in VLC source code in order that VLC can play this new format video?
Thx very much.

Go to advanced search