[vlc-devel] Fw:Fw:a bug

yeyamin yeyamin0000 at 126.com
Thu Dec 1 07:30:17 CET 2016









-------- 转发邮件信息 --------
发件人:"yeyamin" <yeyamin0000 at 126.com>
发送日期:2016-11-01 10:36:18
收件人:4leyx4ndre at gmail.com
主题:Fw:a bug









-------- Forwarding messages --------
From: "yeyamin" <yeyamin0000 at 126.com>
Date: 2016-10-26 09:39:18
To: nick at videolan.org
Subject: a bug

dear..
    vlc is a great project.when I integrated it with libvlc,i find a bug.so i think i should tell you and in future we could fix it.make it much better.
    the version is 2.2.4 when i used .first of all,i call libvlc_new and then return a object.i want to open the file next and the file path is not valid,such as "d:\output232.mp4" .and then call libvlc_vlm_add_broadcast and libvlc_vlm_play_media.we are getting crash.in libvlc_vlm_play_media.
for example:
libvlc_instance_t *vlc;
const char *url;


const char *sout = "#transcode{vcodec=h264,fps=25,venc=x264{preset=ultrafast,"\
"profile=baseline,tune=zerolatency},vb=512,"                              \
"acodec=mpga,ab=64,channels=2}"                                           \
":duplicate{dst=display,dst=standard{access=udp,mux=ts,dst=234.2.5.6:6666}}";
const char *media_name = "test";


url = "d:\output232.mp4";


vlc = libvlc_new(0, NULL);
if (libvlc_vlm_add_broadcast(vlc, media_name, url, sout, 0, NULL, true, false) < 0){
printf("libvlc_vlm_add_broadcast :%s\n", libvlc_errmsg());
return 0;
}
libvlc_vlm_play_media(vlc, media_name);


//play 30s  
Sleep(300000);


libvlc_vlm_stop_media(vlc, media_name);
libvlc_vlm_release(vlc);


best wish




 





 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20161201/086502e0/attachment.html>


More information about the vlc-devel mailing list