Search found 7 matches

Go to advanced search

by deepars84
13 Sep 2015 12:28
Forum: Development around libVLC
Topic: libvlc : AudioCD not working with libvlc_media_new_location
Replies: 7
Views: 895

Re: libvlc : AudioCD not working with libvlc_media_new_location

Got it Working !! Thanks, @ Kevin Hoang, @sherington Refer: https://forum.videolan.org/viewtopic.php?f=32&t=88981&p=293579&hilit=libvlc_media_subitems#p293579 //section -1 libvlc_media_t *vlcMedia = libvlc_media_new_location(vlcInstance, qtu(fileOpen)); /* Create a new libvlc player */ l...
by deepars84
07 Sep 2015 12:32
Forum: VLC media player for Windows Troubleshooting
Topic: 4k videos reaaaaally slow
Replies: 7
Views: 1028

Re: 4k videos reaaaaally slow

Hello freemp,

Do you use 32-bit or 64 bit vlc ? from stat report it look like you are losing frames.
is it after zooming slows down? or even normal play also affected?
by deepars84
07 Sep 2015 08:21
Forum: Development around libVLC
Topic: libvlc : AudioCD not working with libvlc_media_new_location
Replies: 7
Views: 895

Re: libvlc : AudioCD not working with libvlc_media_new_location

Thanks for suggestion. I got it working with libvlc_media_add_option(vlcMedia,":cdda-track=1"); it plays first track :-) . As suggested by Rémi i couldn't get playlist working, following code doesn't yeild desired result. QString mrl = "cdda:///D:/"; libvlc_media_t *vlcMedia = li...
by deepars84
28 Jul 2015 10:46
Forum: VLC media player for Windows Troubleshooting
Topic: 4k videos reaaaaally slow
Replies: 7
Views: 1028

Re: 4k videos reaaaaally slow

To render 4K it is not necessary to have discreet GPU (Nvdia/AMD). Intel Graphic chipsets are OK. From 3rd Generation of Intel i3,i5,i7 Support 4K. From Vlc 2.2.X onward 4K display is better (personal experience.) I hope you are using Windows? kindly specify details HW &SW Why DXVA? DirectX Vide...
by deepars84
28 Jul 2015 10:30
Forum: Development around libVLC
Topic: libvlc : AudioCD not working with libvlc_media_new_location
Replies: 7
Views: 895

Re: libvlc : AudioCD not working with libvlc_media_new_location

Thanks for quick reply,

When i use standard VLC player everything is fine, it plays from 1'st track too.
am i missing something? like should i manage playlist? libvlc_media_new_location should be OK ??
by deepars84
27 Jul 2015 15:31
Forum: Development around libVLC
Topic: libvlc : AudioCD not working with libvlc_media_new_location
Replies: 7
Views: 895

libvlc : AudioCD not working with libvlc_media_new_location

Hello , I am trying to play AudioCD with libvlc_media_new_location(); Debug log shows successful decoding of Audio tracks, But it doesn't play any track. I have used sample/example code. It seems i am missing something? Do i need to manage playlist? or libvlc_media_new_location should take care play...
by deepars84
27 Jul 2015 09:13
Forum: VLC media player for Windows Troubleshooting
Topic: 4k videos reaaaaally slow
Replies: 7
Views: 1028

Re: 4k videos reaaaaally slow

Hello freemp,
Try Changing preference

1) Ctrl+P --> input/codecs--> Hardware-accelerated decoding
2) Change from Automatic to "DirectX Video Acceleration DXVA2.0"

Save and close vlc media player instance

try now it will work

Go to advanced search