Search found 3 matches

Go to advanced search

by f!oc
01 Mar 2011 09:14
Forum: Development around libVLC
Topic: libvlc_media_player_release causes segment fault?
Replies: 6
Views: 1146

Re: libvlc_media_player_release causes segment fault?

Same prb too ! Did you found a solution ?
by f!oc
28 Feb 2011 18:13
Forum: VLC stream-output (sout)
Topic: Wrong length after vlc (1.1.7) transcode to file
Replies: 1
Views: 987

Re: Wrong length after vlc (1.1.7) transcode to file

Apparently calling a libvlc_media_player_release after the _Stop method makes the video returning the right time length. But unfortunately I'm not able to re-use it after releasing it (calling libvlc_media_player_new method fails). What is the exact process to follow to correctly generate a webcam v...
by f!oc
25 Feb 2011 10:06
Forum: VLC stream-output (sout)
Topic: Wrong length after vlc (1.1.7) transcode to file
Replies: 1
Views: 987

Wrong length after vlc (1.1.7) transcode to file

Hello all, I'm currently trying to convert (and stream to udp in same time) a capture device input to a file using libvlc.dll. So I'm using these options: :sout=#transcode{vcodec=WMV2,vb=1024,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=224.0.0.52:4323},d...

Go to advanced search