Search found 61 matches

Go to advanced search

by vice
12 Jun 2008 17:44
Forum: VLM
Topic: many instances of a VLM broadcast element
Replies: 0
Views: 962

many instances of a VLM broadcast element

I couldn't understand the utility of having many instances of a VLM broadcast element. The only reason that I can find usefull is if every instances has is own output so when une instance is palying, I could change the output without affecting the output of the current playing instance. And if I cre...
by vice
12 Jun 2008 17:33
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8386

Change input in a VLM element

Excuse for reposting this text, but I think this is the correct place, sorry. I'm trying to figure out how to change the input of a VLM element by VLM commands and haven't found anything. I'm trying to use the input list of a broadcast VLM element as a basic playlist, but I need the command to selec...
by vice
12 Jun 2008 17:23
Forum: Web and scripting
Topic: Change input in a VLM element
Replies: 1
Views: 744

Change input in a VLM element

I'm trying to figure out how to change the input of a VLM element by VLM commands and haven't found anything. I'm trying to use the input list of a broadcast VLM element as a basic playlist, but I need the command to select the input number. I'm scripting remotely a VLC media player a this could be ...
by vice
12 Jun 2008 11:57
Forum: Web and scripting
Topic: JSON web interface
Replies: 2
Views: 955

Re: JSON web interface

More information in
viewtopic.php?f=11&t=47350
by vice
11 Jun 2008 13:53
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

And for sending commands using the JSONP system (requesting a script): vlm_cmd.jsonp.html: <vlc id="if" param1="0"/> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > < vlm_cmd.jsonp.html: VLC media player web interface < - - - - - - - - - - - - - - - - -...
by vice
11 Jun 2008 13:46
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

Similarly, for sending the VLM commands and have the response in JSON, I've created the file vlm_cmd.json.html (the extension html again is for activate the VLC media player parser). <vlc id="if" param1="0"/> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
by vice
11 Jun 2008 13:39
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

More information about the JSON standard:
by vice
11 Jun 2008 11:33
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

Others framework examples welcome :wink:

You can also do the request directly. But javaScript frameworks (like dojo toolkit, prototype, jQuery, etc) hide a lot of dificulties, like browser diferences.
by vice
11 Jun 2008 11:18
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

And finally, for the real demos. I use the dojo toolkit, so those examples are going to be especific to this framework. Is for that reason that I've try to explain the theory in the other 2 post above. For the normal XmlHttpRequest function getVlcInfo(){ dojo.xhrGet({ url: "http://localhost:808...
by vice
11 Jun 2008 11:01
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

Secondly, This data type is only useful if you want it to use in the JavaScript code served by the VLC web server interface. My project's application is going to be served by a proper web server so we hit the cross domain request protection. We surely going to overcome this limitation by setting a d...
by vice
11 Jun 2008 10:44
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

Re: JSON web interface

Put those 2 files in the requests directory inside the directory of the web interface (platform dependant). And activating the web interface. Configuring VLC media player, for example with those VLM commands: new BroadcastTest broadcast enabled loop setup BroadcastTest input "C:\local\VideoTest...
by vice
10 Jun 2008 16:56
Forum: VLM
Topic: JSON web interface
Replies: 11
Views: 7868

JSON web interface

I don't know if it could be of interest, but as part of a project that I'm developing that uses the VLC media player as a very important piece, I write a file for the web interface that export the information of VLM elements to JSON (like vlm.xml do in XML). The second file, is a JSONP adaptation to...
by vice
10 Jun 2008 16:51
Forum: Web and scripting
Topic: JSON web interface
Replies: 2
Views: 955

JSON web interface

I don't know if it could be of interest, but as part of a project that I'm developing that uses the VLC media player as a very important piece, I write a file for the web interface that export the information of VLM elements to JSON (like vlm.xml do in XML). The second file, is a JSONP adaptation to...
by vice
07 Mar 2008 14:23
Forum: VLM
Topic: h264 waiting for SPS/PPS
Replies: 3
Views: 4190

Re: h264 waiting for SPS/PPS

Known bug.
Try 0.8.6e version.
It's solves some H264 packets problems.
by vice
29 Feb 2008 00:07
Forum: General VLC media player Troubleshooting
Topic: Saving incoming mp4 stream (e.g. as YUV?)
Replies: 14
Views: 7569

Re: Saving incoming mp4 stream (e.g. as YUV?)

I'm not really sure if the H264 packetizer problem is solved. Found a few diference between broadcast with VLC a H264 encoded file by RTP multicast and the same file served by VoD. (used TED Talks downladed files). RTP multicast: new TEB broadcast enabled loop setup TEB input "C:\local\TED\ted_...
by vice
29 Feb 2008 00:02
Forum: VLC stream-output (sout)
Topic: Streaming RTSP-stream into file - no video data
Replies: 11
Views: 5428

Re: Streaming RTSP-stream into file - no video data

I'm not really sure if the H264 packetizer problem is solved. Found a few diference between broadcast with VLC a H264 encoded file by RTP multicast and the same file served by VoD. (used TED Talks downladed files). RTP multicast: new TEB broadcast enabled loop setup TEB input "C:\local\TED\ted_...
by vice
26 Feb 2008 23:25
Forum: VLC stream-output (sout)
Topic: Streaming RTSP-stream into file - no video data
Replies: 11
Views: 5428

Re: Streaming RTSP-stream into file - no video data

The problem have been fixed for the next release!!! Just wait a few days for the final binaries of the bugfix version 0.8.6e. check: http://trac.videolan.org/vlc/browser/tags/0.8.6e/NEWS Stream output: * Fixed waiting for SPS/PPS problem in H.264 packetizer Thanks to all the developpers of VLC media...
by vice
26 Feb 2008 23:22
Forum: General VLC media player Troubleshooting
Topic: Saving incoming mp4 stream (e.g. as YUV?)
Replies: 14
Views: 7569

Re: Saving incoming mp4 stream (e.g. as YUV?)

The problem have been fixed for the next release!!! Just wait a few days for the final binaries of the bugfix version 0.8.6e. I've tried a preliminary build that works fine. check: http://trac.videolan.org/vlc/browser/tags/0.8.6e/NEWS Stream output: * Fixed waiting for SPS/PPS problem in H.264 packe...
by vice
18 Feb 2008 09:50
Forum: VLC stream-output (sout)
Topic: Streaming RTSP-stream into file - no video data
Replies: 11
Views: 5428

Re: Streaming RTSP-stream into file - no video data

The above ticket is incorrect, but I don't remenber the good one.

Anyway, it's solved for the next release.

Tested with a windows build. Thanks j-b.
by vice
18 Feb 2008 09:48
Forum: General VLC media player Troubleshooting
Topic: Saving incoming mp4 stream (e.g. as YUV?)
Replies: 14
Views: 7569

Re: Saving incoming mp4 stream (e.g. as YUV?)

The above ticket is incorrect, but I don't remenber the good one.

Anyway, it's solved for the next release.

Tested with a windows build. Thanks j-b.
by vice
15 Feb 2008 12:20
Forum: General VLC media player Troubleshooting
Topic: Live Access module question
Replies: 0
Views: 333

Live Access module question

I have a question about the Live555 access module.

One of their options is tunelling RTSP and RTP over HTTP.

I think this is not the same as interleaving RTP in RTSP.
See 10.12 Embedded (Interleaved) Binary Data in
http://tools.ietf.org/html/rfc2326#page-40

I'm correct?

thanks
by vice
10 Feb 2008 20:43
Forum: VLC media player Feature Requests
Topic: RECORD Method in RTSP client and server
Replies: 3
Views: 1439

Re: RECORD Method in RTSP client and server

VLC users or VLC developpers maillist?
by vice
08 Feb 2008 14:31
Forum: VLC media player Feature Requests
Topic: RECORD Method in RTSP client and server
Replies: 3
Views: 1439

RECORD Method in RTSP client and server

Making some experiments with VLC to record remotely multiple RTSP/RTP streams, I could use any of the VLC interfaces (VLM notably to start the recording asyncronously). Reading the RTSP RFC-2326 I saw the optional RECORD method and I wonder if it could be an interesting idea to implement some record...

Go to advanced search