Search found 84 matches

Go to advanced search

by yohann.martineau
26 Jun 2008 16:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: nightiles: every night?
Replies: 5
Views: 917

Re: nightiles: every night?

oops, sorry, the following "host" seems to be useful: http://buildbot.videolan.org/
there are so many places to find information about vlc that it's sometime difficult to find the right one.
by yohann.martineau
26 Jun 2008 16:09
Forum: VLM
Topic: Change input in a VLM element
Replies: 17
Views: 8325

Re: Change input in a VLM element

in this case, how must we create the vod?

Code: Select all

new test vod enabled setup test input /home/my/file.mpg 1 setup test input /home/my/file2.mpg 2 setup test output #std{access=udp,mux=ts,dst=1.2.3.4:1234} control play test 1 control play test 2
Like this?
by yohann.martineau
26 Jun 2008 16:03
Forum: VLC stream-output (sout)
Topic: Compatibility between VLC and Windows Media Server
Replies: 1
Views: 756

Re: Compatibility between VLC and Windows Media Server

i don't think so, windows media server requires .nsc text files retrieved via http. Those files contain ip multicast addresses and port number but encrypted. And I think that vlc can't create such text files.
by yohann.martineau
26 Jun 2008 15:41
Forum: VLC stream-output (sout)
Topic: Facing Problem in Video On Demand (RTSP)
Replies: 4
Views: 7421

Re: Facing Problem in Video On Demand (RTSP)

did you try to use udp transport instead of tcp?
i think that's the problem.
by yohann.martineau
26 Jun 2008 14:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: nightiles: every night?
Replies: 5
Views: 917

Re: nightiles: every night?

ok, that's what I thought. Where can we see the stderr and stdout of failing builds? It would probably help to debug errors.

Thank you
by yohann.martineau
26 Jun 2008 11:43
Forum: Forum, Website and Artwork discussion
Topic: new vlma forum?
Replies: 1
Views: 1758

new vlma forum?

hello,

i thought it could be useful to have a new forum for vlma related questions (in serving streams part for example)

http://www.videolan.org/vlma/

what do you think about it?

yohann
by yohann.martineau
23 Jun 2008 15:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: nightiles: every night?
Replies: 5
Views: 917

nightiles: every night?

are nightly builds built every night? because http://nightlies.videolan.org/build/sid-i386/arch/ shows packages from 2008-06-20 and we are 2008-06-23.
Are they often broken? (it's not a reproach)
I thought it was a crontab launching build/packaging process on a daily basis.
by yohann.martineau
18 Jun 2008 14:38
Forum: General VLC media player Troubleshooting
Topic: VLC and Multicast Streams
Replies: 14
Views: 30786

Re: VLC and Multicast Streams

Is your network multicast-enabled? You can try to install wireshark on your computer, and make a network capture of what's happening between windows media player and windows media server. If you see igmp packets and then a huge amount of udp packets, you can try to open the multicast address of the ...
by yohann.martineau
18 Jun 2008 12:12
Forum: General VLC media player Troubleshooting
Topic: Integrate VLC with Tandberg Portal
Replies: 3
Views: 1139

Re: Integrate VLC with Tandberg Portal

This is not a Tandberg support forum... your question/issue is about tandberg, not about vlc.
by yohann.martineau
18 Jun 2008 12:01
Forum: General VLC media player Troubleshooting
Topic: VLC and Multicast Streams
Replies: 14
Views: 30786

Re: VLC and Multicast Streams

multicast http is not employed in your case (actually, I think multicast http does not exist), windows media player downloads a descriptor file (.nsc) via http. This files contains encrypted multicast ip address and media port. And then it sends IGMP messages to join the multicast group where the me...
by yohann.martineau
18 Jun 2008 11:52
Forum: VLM
Topic: seek behavior
Replies: 1
Views: 2236

seek behavior

I have performed several tests using vlm and control commands. 1) it seems that command pause works, I mean it stops the streaming, but how can we restart the stream where it was paused? not from the beginning. The workaround that I have found the moment is to send stop command, and then play and se...
by yohann.martineau
12 Jun 2008 17:30
Forum: VLC stream-output (sout)
Topic: Streaming on Nokia N95
Replies: 6
Views: 3851

Re: Streaming on Nokia N95

i think this has already been discussed here:

viewtopic.php?f=4&t=32290&p=143442&hilit=n95#p143839
by yohann.martineau
23 Apr 2008 14:46
Forum: VLC stream-output (sout)
Topic: VLC Stream MP4V Payload Type 96
Replies: 2
Views: 2324

Re: VLC Stream MP4V Payload Type 96

i think it's possible, here is how i did: http://forum.videolan.org/viewtopic.php?f=4&t=32290&p=144081&hilit=n95#p143839 when this is done, the sdp file generated looks like this: v=0 o=- 1208786918779903 2 IN IP4 127.0.0.1 s=NONE t=0 0 a=tool:vlc 0.8.6e c=IN IP4 127.0.0.1 m=audio 1230 R...
by yohann.martineau
10 Apr 2008 11:47
Forum: VLC stream-output (sout)
Topic: Tutorial - how to stream video to Nokia S60 phone
Replies: 19
Views: 30105

Re: Tutorial - how to stream video to Nokia S60 phone

can you make a network capture between your phone and your computer (with wireshark, for example) ? Thus you could check if rtsp messages are going from darwin streaming server to your mobile phone.
by yohann.martineau
10 Apr 2008 11:32
Forum: VLM
Topic: VLC seems to filter on ip destination address
Replies: 1
Views: 1009

Re: VLC seems to filter on ip destination address

I would like to apologize, I have performed more (... and probably better) tests. There is no filter on destination ip address. Yesterday, I found that a bit strange... I did not understand why such a filter would have been implemented... now it's ok ! I have done one test with virtual interfaces an...
by yohann.martineau
09 Apr 2008 17:41
Forum: VLM
Topic: VLC seems to filter on ip destination address
Replies: 1
Views: 1009

VLC seems to filter on ip destination address

hello, I'm performing some tests on vlc (recompiled vlc0.8.6e version on debian) launched as a vod server with an http interface. Here is how i launch my vlc server (as a non-privileged user): ./vlc -I http --rtsp-host 0.0.0.0:5554 I use the following url format to launch commands on my vlc instance...
by yohann.martineau
03 Apr 2008 13:59
Forum: VLM
Topic: How to realize vlc multicast?
Replies: 8
Views: 3426

Re: How to realize vlc multicast?

can you give more details about what you're trying to do ?
you can "control" streams using RTSP, HTTP or telnet commands. Please read the doc:

http://www.videolan.org/doc/
by yohann.martineau
03 Apr 2008 13:50
Forum: VLC stream-output (sout)
Topic: Problem recording a rtsp stream
Replies: 1
Views: 515

Re: Problem recording a rtsp stream

it seems to be rather a playing issue, doesn't it ?

can you play this file with mplayer ?
by yohann.martineau
03 Apr 2008 13:48
Forum: VLC stream-output (sout)
Topic: Tutorial - how to stream video to Nokia S60 phone
Replies: 19
Views: 30105

Re: Tutorial - how to stream video to Nokia S60 phone

Can you first try to launch a web server on your xp box and then browse a simple page from your nokia on your web server ? This is just to validate your wifi connection parameters. Note that I had to go in menu settings > connectivity > wifi > add a connection manually to connect my n95 on my uncryp...
by yohann.martineau
01 Apr 2008 23:20
Forum: Coffee Corner
Topic: Amino STB & Windows DHCP
Replies: 3
Views: 2735

Re: Amino STB & Windows DHCP

>for mcabootd service

could you give us more details about this service ? i have looked at google but nothing... is it a proprietary service for amino devices ?

My old tests on amino aminet 125 were with a debian dhcp server but i think i lacked some amino specific configuration parameters...
by yohann.martineau
01 Apr 2008 23:13
Forum: Coffee Corner
Topic: Amino 110 STB
Replies: 36
Views: 69555

Re: Amino 110 STB

ok thank you for the tip, but for telnet do you know if there is a fixed login/password ?
by yohann.martineau
01 Apr 2008 11:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Trying to compile VLC 0.8.6e with ffmpeg
Replies: 12
Views: 3677

Re: Trying to compile VLC 0.8.6e with ffmpeg

i'm using debian etch, but maybe this can help, here is how i compiled vlc:

viewtopic.php?f=4&t=32290#p143839
by yohann.martineau
01 Apr 2008 11:22
Forum: VLM
Topic: How to realize vlc multicast?
Replies: 8
Views: 3426

Re: 请问如何实现vlc组播?

please use english to describe your problem.
请用英语来描述你的问题。
by yohann.martineau
01 Apr 2008 10:42
Forum: VLC stream-output (sout)
Topic: Strange (network?) errors... ?
Replies: 3
Views: 639

Re: Strange (network?) errors... ?

please give a full description of your computers (those working and those where this issue appears):

- OS
- hardware (i mean microproc architecture, it's the most important)
- vlc version

and please give logs where and when the problem appears.
by yohann.martineau
31 Mar 2008 17:15
Forum: VLM
Topic: changing input
Replies: 3
Views: 1121

Re: changing input

the simplest solution is probably to destroy your current vod, create a new one and to setup your new input, but I think this answer won't satisfy your needs.

maybe this tread could help:

viewtopic.php?f=11&t=45261#p142920

Go to advanced search