Search found 6 matches

Go to advanced search

by Sharvari
14 Apr 2013 17:24
Forum: Web and scripting
Topic: Display Video without black border
Replies: 0
Views: 715

Display Video without black border

Hi, Problem : Playing playlist through vlc,Could not able to display video without black border . Platform : Ubuntu 12.04 LTS,32 bit operating system Description : I am developting an application in html,in which I am playing the playlist using vlc.I want to display the video without black border.Ho...
by Sharvari
11 Apr 2013 16:17
Forum: Web and scripting
Topic: Could not open location; you might not have permission.
Replies: 2
Views: 1035

Re: Could not open location; you might not have permission.

Thank you so much for your prompt reply. Yes , I have verified the same , somewhere videos were not properly mapped. I have verified the same , Now its working. Solution : sudo chmod 777 foldername (command to give full permission), make sure they are properly mapped, as specified location Thank you...
by Sharvari
10 Apr 2013 21:08
Forum: Web and scripting
Topic: Could not open location; you might not have permission.
Replies: 2
Views: 1035

Could not open location; you might not have permission.

Hi, Please kindly help me,to solve this following query. Problem : Playing videos through vlc web plugin embeded in php. Getting error Could not open location; you might not have permission to open .No video getting played.[/url] Platform : Ubuntu 12.04 LTS, 32 bit, Installed vlc player version 2.0....
by Sharvari
05 Apr 2013 18:09
Forum: Web and scripting
Topic: Events of vlc not getting fired on Ubuntu - Mozilla Firefox
Replies: 0
Views: 662

Events of vlc not getting fired on Ubuntu - Mozilla Firefox

Hello !!! I am working on web-based project , on linux .Here I am using vlc mozilla web plugin, to play playlist . I would like to capture event ,once playlist is finished.I have gone through the documentation provided on following link http://wiki.videolan.org/Documentation:WebPlugin //Embedding pl...
by Sharvari
30 Mar 2013 12:29
Forum: Development around libVLC
Topic: Play Playlist in a loop using vlcj
Replies: 3
Views: 2108

Re: Play Playlist in a loop using vlcj

Thank you so much for your prompt reply. As you have suggested I have gone through the examples with vlcj.Finally got the solution. //Set Videosurface Canvas canvas = new Canvas(); canvas.setBackground(Color.green); CanvasVideoSurface videoSurface = mediaPlayerFactory.newVideoSurface(canvas); Embedd...
by Sharvari
28 Mar 2013 23:00
Forum: Development around libVLC
Topic: Play Playlist in a loop using vlcj
Replies: 3
Views: 2108

Play Playlist in a loop using vlcj

I would like to play playlist in a loop using vlcj. For example if in my playlist there are 4 videos,in this case after playlist finished playing all the videos then again It should to play same playlist again. Please kindly guide me : 1)How to implement playlist using vlcj. 2)How to play the same i...

Go to advanced search