Search found 11 matches

Go to advanced search

by richard6235
15 Mar 2011 15:20
Forum: Web and scripting
Topic: playing from a urls in a database
Replies: 2
Views: 926

playing from a urls in a database

Hey I have a database with udp streams like so -> udp://@239.100.1.1:4422, Using a PHP script to get the stream as a string onto the webpage how would I then play this stream in VLC object? I have already got these streams to play by manually adding them into the playlist, but my client has told me ...
by richard6235
10 Mar 2011 09:16
Forum: Web and scripting
Topic: video image stays on browser window when tabbed
Replies: 1
Views: 845

video image stays on browser window when tabbed

Hey Guys I have a problem in firefox with the VLC plugin that when I tab the window after I have started playing a video, the last image before tabbing is still displayed on all the newly tabbed windows. Even if I refresh my page it still doesn't disappear. Below is my code: <!DOCTYPE html> <html la...
by richard6235
22 Feb 2011 16:14
Forum: Web and scripting
Topic: Question: How do you display Meta data from an OGG via HTTP?
Replies: 1
Views: 1289

Re: Question: How do you display Meta data from an OGG via H

Did you ever find out how to do this? As I need something similair but meta data from a udp stream..?

Thanks Ric
by richard6235
22 Feb 2011 13:55
Forum: Web and scripting
Topic: m3u playlist in VLC
Replies: 0
Views: 10209

m3u playlist in VLC

Hi I have the following code to play udp streams and skip between channels and all is working well: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>ipTV VLC</title> <link rel="stylesheet" type="text/css" href="css/main.css" />...
by richard6235
18 Feb 2011 10:32
Forum: Web and scripting
Topic: skip to next playlist item not working!!!
Replies: 6
Views: 2895

Re: skip to next playlist item not working!!!

Do you no how to assign an id to each playlist item so i can have a list of all the channels and the onClick(); pick a certain channel?
by richard6235
18 Feb 2011 09:46
Forum: Web and scripting
Topic: skip to next playlist item not working!!!
Replies: 6
Views: 2895

Re: skip to next playlist item not working!!!

oh never mind stupid question! Thanks Its working
by richard6235
18 Feb 2011 09:34
Forum: Web and scripting
Topic: skip to next playlist item not working!!!
Replies: 6
Views: 2895

Re: skip to next playlist item not working!!!

Hey
Thanks I will check it out now, so your commonR.js file is jquery?
by richard6235
17 Feb 2011 12:00
Forum: General VLC media player Troubleshooting
Topic: VLC Web Interface, playlist and medialibrary issue
Replies: 1
Views: 2121

Re: VLC Web Interface, playlist and medialibrary issue

Hi I am trying to setup the server on os x at the moment do you have a tutorial website that you used? Also did you sort your problem out? As my main intention is being able to view the playlists... So if this problem creeps up on me I would love to no how to solve it in advance... :D Thanks Richard
by richard6235
16 Feb 2011 10:23
Forum: Web and scripting
Topic: skip to next playlist item not working!!!
Replies: 6
Views: 2895

skip to next playlist item not working!!!

Hi Guys I have a problem where I have added 2 playlist items streaming from a UDP Multicast server and I want to change from one channel to another, but it wont work... Below is the code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> </head> <link rel="sty...
by richard6235
08 Feb 2011 16:41
Forum: Web and scripting
Topic: UDP stream, need button to skip channels in playlist.
Replies: 0
Views: 470

UDP stream, need button to skip channels in playlist.

Hi
I have a website in development where my media content is streaming through the VLC plugin and I want to add a button that gives the functionality to go to the next channel in the playlist. (for starters) :D

Any pointer in the right direction would be great!

Ric
by richard6235
07 Feb 2011 11:26
Forum: Web and scripting
Topic: Playlist Uploader?
Replies: 2
Views: 712

Re: Playlist Uploader?

I am also looking to do this... What I want is to be able to show the playlist items from a UDP stream onto a HTML webpage, and then using JS making the playlist items clickable to change the channel.

Go to advanced search