Search found 5 matches

Go to advanced search

by seif
28 Aug 2010 12:31
Forum: VLC media player for Windows Troubleshooting
Topic: Problem with audio in network stream
Replies: 2
Views: 295

Re: Problem with audio in network stream

I have tried with several configuration of codec vorbis and theora, and I always have same result. I checked using codec mp4v and mp4a with ts mux and work in VLC, obviously this configuration doesn't work in Mozilla Firefox due to this, I would prefer codec theora and vorbis.
by seif
27 Aug 2010 12:55
Forum: Development around libVLC
Topic: Error messages, and state problem [C++]
Replies: 0
Views: 337

Error messages, and state problem [C++]

I want to add a little client for streaming to my program but I have a problem detecting error, I try to recover error messages with a function but isn't work. My code is: [...] libvlc_media_player_play (mp); raise(); where raise is: if(libvlc_errmsg()!=NULL){ stop(); sendError(libvlc_errmsg(),&...
by seif
27 Aug 2010 12:15
Forum: VLC media player for Windows Troubleshooting
Topic: Problem with audio in network stream
Replies: 2
Views: 295

Problem with audio in network stream

I'm trying open a stream over http. When I open stream a listen audio one or two minutes and audio stop while video it's ok. I have seen statistics and I see how blocks of audio are been receiving but they enter en buffer lost. If I open with mozilla firefox works fine. I have checked with 4000ms of...
by seif
13 Oct 2009 22:12
Forum: Development around libVLC
Topic: Record screen [c++/Qt4]
Replies: 2
Views: 962

Re: Record screen [c++/Qt4]

thank you. Now work!!
by seif
12 Oct 2009 20:37
Forum: Development around libVLC
Topic: Record screen [c++/Qt4]
Replies: 2
Views: 962

Record screen [c++/Qt4]

Hi, I'm trying to record screen to a file, to do this I use follow c++ code: _m = libvlc_media_new (_vlcinstance, c_str, &_vlcexcep); raise(&_vlcexcep); libvlc_media_player_set_media (_mp, _m, &_vlcexcep); raise(&_vlcexcep); /* Play */ libvlc_media_player_play (_mp, &_vlcexcep );...

Go to advanced search