Search found 7 matches

Go to advanced search

by StellarWind
11 Dec 2006 13:00
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.6 source code: blank libvlc.dsp (MSVC)
Replies: 0
Views: 437

VLC 0.8.6 source code: blank libvlc.dsp (MSVC)

Hello! I used to use vlc 0.8.4 sources in my project. That was an MSVC project and I'd managed to successfully compile vlc sources (having MSVC6 SP6 plus Platform SDK Nov. 2001). Now I'd like to compile my projects with new version (0.8.6), but unfortunately I can't compile libvlc because project fi...
by StellarWind
06 Jun 2006 09:45
Forum: VLC stream-output (sout)
Topic: Muxing to file from specified time - is it possible?
Replies: 0
Views: 392

Muxing to file from specified time - is it possible?

The situation is: I receive audio and video streams encapsulated in TS (or other container) over network using VLC. I need to watch and record them into file, but record from specified time (for example I see something interesting and want to record that). Also I want to stop recording at a specifie...
by StellarWind
23 Jan 2006 12:20
Forum: Web and scripting
Topic: ActiveX streaming: has anybody succeeded?
Replies: 8
Views: 10232

This may look like a bug in VLC ActiveX plugin, could you specify which version of VLC you are using
0.8.4a
by StellarWind
20 Jan 2006 10:38
Forum: Web and scripting
Topic: ActiveX streaming: has anybody succeeded?
Replies: 8
Views: 10232

I used VLC ActiveX to display and save network video streams. Also I've managed to stream video file using VLC ActiveX. Here's the code: ///// VLCPlugin m_Vlc; ///// CString sTarget = "e:\\test_video\\test_video.avi"; COleSafeArray saOptions; saOptions.Clear(); CString cmdLine = ":sou...
by StellarWind
13 Dec 2005 13:55
Forum: VLC stream-output (sout)
Topic: Keyframes in saved video stream
Replies: 0
Views: 748

Keyframes in saved video stream

This question is addressed mainly to VLC developers. When the video stream is being saved into a file (either from a local file or from network), how the keyframes are treated? Will the first frame of the saved video stream be a keyframe? The reason why I ask this question is that sometimes the fram...
by StellarWind
13 Dec 2005 10:00
Forum: VLC stream-output (sout)
Topic: How to save pure audio/video data?
Replies: 1
Views: 893

How to save pure audio/video data?

Is it possible to save pure audio/video data being received from the net? For example, I want to send MPEG4 stream from one computer, and record received raw MPEG4 video data on another computer? Probably I must select "Raw" encapsulation method on the receiving side. What encapsulation me...
by StellarWind
29 Nov 2005 08:00
Forum: VLC stream-output (sout)
Topic: Can't save a stream
Replies: 4
Views: 1561

avi is deprecated (no longer supported) as an output transcoding mux That's pity. For my purposes avi would be best. Using VLC I try to build a client/server system, where Server sends MPEG4-video stream plus MP3-audio stream, and Client receives that streams, displays and records them into a file ...

Go to advanced search