Search found 7 matches

Go to advanced search

by dadedvd
21 Jan 2009 14:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Extraintf
Replies: 1
Views: 361

Extraintf

I start vlc with this command line:

vlc --ttl 12 -vvv --color -I wx --rtsp-host 192.168.0.3:1230 --vlm-conf vlm.conf --extraintf http

I need also telnet interface, but if I use "--extraintf http telnet" only http interface will be available
by dadedvd
03 Jul 2008 14:54
Forum: Web and scripting
Topic: VLC PHP Issues
Replies: 22
Views: 12756

Re: VLC PHP Issues

I have resolved... :D The problem was in the space between "new test broadcast enabled" and it is replace " " with %20 "new%20test%20broadcast%20enabled" $http_admin_uri = "http://localhost:8080"; $url = $http_admin_uri.'/requests/vlm_cmd.xml?command=new%20tes...
by dadedvd
01 Jul 2008 18:17
Forum: Web and scripting
Topic: VLC PHP Issues
Replies: 22
Views: 12756

Re: VLC PHP Issues

Yes i had read the page...

and it doesn't work... :? I don't know why...

I would to create the stream through PHP...

and then the option.

Thanks
by dadedvd
01 Jul 2008 17:34
Forum: Web and scripting
Topic: VLC PHP Issues
Replies: 22
Views: 12756

Re: VLC PHP Issues

Hi! with this code <?php $http_admin_uri = "http://localhost:8080"; $url = $http_admin_uri.'/requests/vlm_cmd.xml?command=new test1 broadcast enabled input "C:\video\legione.avi" output #transcode{vcodec=mp1v,vb=512,scale=1,acodec=mpga,ab=128}:std{access=http,mux=ps,dst=0.0.0.0:9...
by dadedvd
12 Jun 2008 14:16
Forum: Web and scripting
Topic: [PHP + HTML]
Replies: 5
Views: 1665

Re: [PHP + HTML]

It doesn't works!!! :evil: It return a white page but in http://localhost:8080/requests/playlist.xml i see the files in the playlist... Another question... I have one of the files in the playlist that is transcoded and trasnmitted over http ( :sout=#duplicate{dst=std{access=http,mux=ts,dst=192.168.1...
by dadedvd
11 Jun 2008 21:50
Forum: Web and scripting
Topic: [PHP + HTML]
Replies: 5
Views: 1665

Re: [PHP + HTML]

Ok...

Buf i would like to have a web page tha contains the address of all flow that are load in the VideoLan Server, so you can click on the link and start to recive the stream or you can see the address, copy it and paste into other player like wmp.

Is it possible?
by dadedvd
08 Jun 2008 14:26
Forum: Web and scripting
Topic: [PHP + HTML]
Replies: 5
Views: 1665

[PHP + HTML]

Hi,

Is it possible to export the vlc playlist to use it into a PHP/HTML web page?

Thanks.

Go to advanced search