Search found 53 matches

Go to advanced search

by robc
01 Nov 2006 08:20
Forum: VLC stream-output (sout)
Topic: RTSP over HTTP
Replies: 2
Views: 1158

RTSP and HTTP, while similar in construct and format, are both application layer protocols - HTTP cannot encapsulate RTSP (or vice versa)
by robc
27 Oct 2006 02:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Embedding VLC on a single board computer
Replies: 1
Views: 924

Re: Embedding VLC on a single board computer

Hi, I am trying to embed VLC on a SBC using linux, does anyone did or know anything similar was tried/done? Any pointer is appreciated. Also, any particular SBC (barnd) is good for small application like VLC? I am targetting US 200-300. Thanks! I have done this, but found the memory and CPU footpri...
by robc
27 Oct 2006 02:56
Forum: VLM
Topic: Multi user streaming tv
Replies: 4
Views: 4699

Thnx mate, I haven't thought about doing it multicast. I think bandwidth won't be a problem( 1 Gb connection ) so max 100Mbit/channel aught to be enough.. For that number of unicast clients however, you may run into problems with hardware throughput and bottlenecks - Given that the clients will all...
by robc
16 Oct 2006 12:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC as STB
Replies: 2
Views: 1579

Re: VLC as STB

I want to create my own STB based on VLC media player. I have implemented VLC within a STB-type environment by way of a customised ubuntu server build which starts up Mozilla Firefox within a vesa X server and VLC has been installed as a Mozilla plug-in. Mozilla Firefox has also been customised to ...
by robc
16 Oct 2006 12:26
Forum: General VLC media player Troubleshooting
Topic: VLC + Latest LIVE555 = RTSP for Amino AmiNET? [Bug Found!]
Replies: 17
Views: 16016

Well, I've read some Live555 material, and from what I can see, trick play can be implemented directly in Live555 by implementing some C++ pure virtual functions which (to put it simply) give the server the information on which byte offset the seeked second of the video is located. The problem is t...
by robc
16 Oct 2006 12:20
Forum: VLC media player Feature Requests
Topic: Support for Infrared Remote passthrough
Replies: 1
Views: 1283

While there are means for remote control command code inteception (Zenith Superport, Philips Smartport, etc and IR receptors/blasters) with respect to digital media control, these means are limited to hospitality IPTV set-top boxes (Tilgin Mood 200, Amino 110H) and exceptionally unlikely to be incor...
by robc
16 Oct 2006 12:15
Forum: VLM
Topic: MPEG-TS problem
Replies: 1
Views: 2779

Re: MPEG-TS problem

Can we 'pause' and 'play fast' MPEG-TS (*.mpg) file when using it as an input stream in our configuration file using vlm. for VOD(using telnet interface)

new test vod enabled
setup test input "test.mpg"

Note: test.mpg is a MPEG-TS file
Pause - yes, play fast - no.
by robc
16 Oct 2006 12:13
Forum: VLC stream-output (sout)
Topic: VLC integration with the DRM (decryption)
Replies: 3
Views: 1750

The specifics of this integration will depend very much on the specifics of the DRM system and it's client implementation - This integration should not be particularly difficult as the modularisation of the VLC codebase reduces the scope of code where code needs to be modified and updated.
by robc
16 Oct 2006 12:10
Forum: VLC stream-output (sout)
Topic: Amino Problem
Replies: 1
Views: 1036

Re: Amino Problem

I'm testing Amino 110 with UDP multicast streaming. I don't know why it doesn't display video, only audio, when I play divx movie. Do you have same problems? But, when I tried some .flv movie from YouTube it's display v&a (when transcoding to mpg2v). The Amino 110 does not support MPEG-4 part 2...
by robc
16 Oct 2006 12:03
Forum: VLC stream-output (sout)
Topic: proxy setting for rtsp protocol
Replies: 3
Views: 1749

While RTSP is similar to HTTP with respect to the protocol sematics, RTSP cannot be carried directly through a HTTP proxy -- unless this proxy also supports RTSP. This is not however a configuration which I have seen in any standard HTTP proxy application - I have however written a dedicated RTSP pr...
by robc
22 Sep 2006 01:15
Forum: VLC stream-output (sout)
Topic: Amino STBs HTTP Streaming
Replies: 1
Views: 895

No.
by robc
05 Sep 2006 01:09
Forum: VLC stream-output (sout)
Topic: How does range "npt" parameter works?
Replies: 3
Views: 1318

Thanks robc,
But how do you pass that variable to the RTSP stream in VLC?
Using VLC as a RTSP client, you may be able to use the --start-time <time> parameter, but I have not tested this at all and would not be surprised if it does not work or has unpredictable results at this point in time.
by robc
04 Sep 2006 01:16
Forum: VLC stream-output (sout)
Topic: How does range "npt" parameter works?
Replies: 3
Views: 1318

A description of the form of the RTSP Range header can be found in RFC2326 - At the moment however, there is only a partial implementation of the Range header within the RTSP server component of VLC.
by robc
23 Aug 2006 07:46
Forum: General VLC media player Troubleshooting
Topic: VLC + Latest LIVE555 = RTSP for Amino AmiNET? [Bug Found!]
Replies: 17
Views: 16016

The patch which I submitted for Amino STB interoperability with VLC was incorporated into the main VLC trunk and as such this functionality should be available with nightly builds and subversion checkouts. As it is however, I have not tested the nightly or subversion builds for some time, but will s...
by robc
23 Aug 2006 04:02
Forum: VLC media player Feature Requests
Topic: Proxy support for all protocols
Replies: 3
Views: 3099

For RTSP at least, it might be a bit hard, as it uses non-HTTP requests. RTSP can certainly be rather easily done, the only major requirement is that a) the destination RTSP server can send data through to the original client (for UDP data streams, this is trival to configure - and indeed for the n...
by robc
22 Aug 2006 00:18
Forum: VLM
Topic: Can VOD stream be set up to any media player other than VLC?
Replies: 8
Views: 11080

Sorry, I was away for a few days... Ok, let's drop the whole interoperability issue for now. I would settle for MMS VOD streaming. Unless you can show me how to stream MMS on demand, you are incorrect in saying that MMS VOD streams can be started, stopped, or otherwise controlled. If you check my V...
by robc
16 Aug 2006 00:02
Forum: VLC stream-output (sout)
Topic: Is there a way to *not* break the stream between files?
Replies: 8
Views: 4628

The --sout-keep argument is separate to --sout - Try this: vlc -vvv --extraintf logger -I http --http-src /usr/share/vlc/http/ --http-host xxx.xxx.xxx.xxx:8090 --logfile /var/www/stream.html --logmode {html} /mnt/space/experiment.m3u --sout-keep --sout '#standard{access=http,mux=asf,url=xxx.xxx.xxx....
by robc
15 Aug 2006 12:46
Forum: VLC stream-output (sout)
Topic: Is there a way to *not* break the stream between files?
Replies: 8
Views: 4628

Re: Is there a way to *not* break the stream between files?

The problem I've been unable to solve so far is how to get VLC to create one continuous stream, instead of having the clients drop between files every time.

Anyone know if VLC can do this? Something like a crossfade, perhaps?
Try using the --sout-keep flag.
by robc
15 Aug 2006 06:22
Forum: VLM
Topic: Can VOD stream be set up to any media player other than VLC?
Replies: 8
Views: 11080

Unfortunately, while I cannot comment on the implementation of VOD for HTTP/MMS streaming within VLC (as I have not used it at all), I am quite certain that the MMS protocol can provide full VOD support (with fast-forward and rewind) on other platforms (Windows Media Services). With respect to RTSP ...
by robc
15 Aug 2006 04:45
Forum: VLM
Topic: Can VOD stream be set up to any media player other than VLC?
Replies: 8
Views: 11080

Re: Can VOD stream be set up to any media player other than

I was able to set up an RSTP VOD stream in VLM to another VLC client (both through LAN and over the Internet). But no other media player is able to open that RTSP stream. There are many players (and media devices) which can interact with VLC for video-on-demand through RTSP - In particular, have a ...
by robc
15 Aug 2006 04:41
Forum: VLC stream-output (sout)
Topic: how to detect whether the VLC has played out the programme
Replies: 2
Views: 781

While there may be a number of options depending upon how you launch VLC to stream content, you are probably best advised to investigate the telnet interface of VLC where the status of streams can be displayed through the show command.
by robc
15 Aug 2006 04:37
Forum: VLC stream-output (sout)
Topic: Timeshift, offset in VLC
Replies: 2
Views: 1061

Re: Timeshift, offset in VLC

Does offset parameter work when stream via VLC. Meanning when I put following url to VLC client or any other RTSP client it doesn't work; rtsp://<server>:<port>/<path>;offset=<seconds> I've couldn't find anything in webforums, only command line parameter for vlc client which I am not really looking...
by robc
15 Aug 2006 04:34
Forum: VLC stream-output (sout)
Topic: iptv and vod solution
Replies: 2
Views: 1283

The answer is yes, but it is not an insignificant task to achieve.
by robc
15 Aug 2006 04:32
Forum: VLC stream-output (sout)
Topic: Streaming to Amino AmiNET124 - unicast or multicast
Replies: 4
Views: 4519

Unicast UDP streaming does definitely work between VLC and Amino set-top boxes. In terms of configuring this however, while it sounds like you have got it sorted out on the server side with VLC, on the set-top box, you must supply the source address when specifying the UDP source URL. eg. udp://192....
by robc
04 Aug 2006 13:20
Forum: VLC stream-output (sout)
Topic: how to use MPEG transport stream option:--ts-out
Replies: 2
Views: 1090

This option is for fast UDP streaming where a specific destination IP address and port number can be defined for the output TS stream. From a cursory review of the ts module source, this is affected through the creation of the UDP socket for streaming immediately within the TS demux module rather th...

Go to advanced search