Search found 22 matches

Go to advanced search

by systest
26 Jul 2005 07:38
Forum: VLC stream-output (sout)
Topic: Streaming through 802.11b (WLAN)
Replies: 8
Views: 3341

Now, multicast over 802.11b is OK(I change my laptop WLAN driver). The clicent side VLC can receive the SAP info and multicast video stream from wireless LAN, but the performance is too low, in log, "discontinuously received xxx" alway show. But MS's multicast streaming solution(wmencoder/...
by systest
26 Jul 2005 07:33
Forum: VLC stream-output (sout)
Topic: Streaming through 802.11b (WLAN)
Replies: 8
Views: 3341

why? Any patch for this issue?

Or did you know which AP can provide a perfect support for multicast over wireless LAN?
by systest
21 Jul 2005 05:06
Forum: VLC stream-output (sout)
Topic: Streaming through 802.11b (WLAN)
Replies: 8
Views: 3341

Streaming through 802.11b (WLAN)

I want to use VLC to stream mpeg4 video through 802.11b. Following is my step: 1. Connect PC server with VLC (0.8.2/Linux) to a switch with multicast support 2. Use VLC to stream video to a multicast address (UDP) 3. Connect my laptop to the multicast switch, use VLC as client to receive multicast s...
by systest
21 Jul 2005 05:04
Forum: General VLC media player Troubleshooting
Topic: Streaming through 802.11b (WLAN)
Replies: 1
Views: 500

Streaming through 802.11b (WLAN)

I want to use VLC to stream mpeg4 video through 802.11b. Following is my step: 1. Connect PC server with VLC (0.8.2/Linux) to a switch with multicast support 2. Use VLC to stream video to a multicast address (UDP) 3. Connect my laptop to the multicast switch, use VLC as client to receive multicast s...
by systest
21 Jul 2005 04:55
Forum: General VLC media player Troubleshooting
Topic: How can I use the Xvid as video encoder for VLC?
Replies: 2
Views: 882

OK, I change to FFMpeg
by systest
29 Jun 2005 03:58
Forum: General VLC media player Troubleshooting
Topic: How can I use the Xvid as video encoder for VLC?
Replies: 2
Views: 882

How can I use the Xvid as video encoder for VLC?

:?:

I want to use Xvid as the encoder for VLC while using streaming ouput. Seems like no Xvid transcoding option in "streaming output" windows?

How can I do it?
by systest
26 May 2004 14:48
Forum: VLC stream-output (sout)
Topic: VLS stream too fast!!!!!
Replies: 3
Views: 1420

Thanks :D

What difference between read from a pipe or read from a file(open it just as a stream)?

I know for the pipe, after read, the data will be delete from the pipe buffer. And anything else?
by systest
26 May 2004 13:20
Forum: VLC stream-output (sout)
Topic: VLS stream too fast!!!!!
Replies: 3
Views: 1420

VLS stream too fast!!!!!

VLS stream too fast!!!!! Hi: I use VLS to stream a mpeg2 TS, and use unicast. (streaming to my embedded device) And in my embedded device(64M RAM, file system is RAMDISK), has two process, one is VLC, it receive the UDP packet and redirect the package to a "pipe", another is a player(provi...
by systest
26 May 2004 13:19
Forum: VideoLAN Server and miniSAPserver
Topic: VLS stream too fast!!!!!
Replies: 0
Views: 2022

VLS stream too fast!!!!!

VLS stream too fast!!!!! Hi: I use VLS to stream a mpeg2 TS, and use unicast. (streaming to my embedded device) And in my embedded device(64M RAM, file system is RAMDISK), has two process, one is VLC, it receive the UDP packet and redirect the package to a "pipe", another is a player(provi...
by systest
25 May 2004 14:34
Forum: General VLC media player Troubleshooting
Topic: Which module is for UDP multicase, and RTSP VOD?
Replies: 2
Views: 681

thanks, I get it.
by systest
25 May 2004 09:09
Forum: General VLC media player Troubleshooting
Topic: Which module is for UDP multicase, and RTSP VOD?
Replies: 2
Views: 681

Which module is for UDP multicase, and RTSP VOD?

Hi: I use VLC with following command line: vlc -vvv udp:@239.255.1.1:8001 VLC show: main input error: no suitable access module for '/://udp:@239.255.1.1:8001' vlc -vvv rtsp://172.16.217.54/007.mp4 VLC also show: main input error: no suitable access module for '/://rtsp://172.16.217.54/007.mp4'
by systest
22 May 2004 13:34
Forum: General VLC media player Troubleshooting
Topic: How can I get the name of stream in VLC framework
Replies: 2
Views: 517

many thanks~~~~~~~~~~
by systest
22 May 2004 07:30
Forum: General VLC media player Troubleshooting
Topic: How can I set the timescale in VLC framework?
Replies: 0
Views: 480

How can I set the timescale in VLC framework?

For mpeg4(audio is AAC) stream playback, must sync the video & audio.

So need to setup "timescale" property for my sigma chip.
In sigma library, only access the stream directly, so can setup the timescale.

How can I access the stream through the argv(name/path/url) in VLC framework?
by systest
22 May 2004 07:23
Forum: General VLC media player Troubleshooting
Topic: How can I get the name of stream in VLC framework
Replies: 2
Views: 517

How can I get the name of stream in VLC framework

I'm writing a codec module for VLC.
How can I get the stream name/path(URL) from argv in VLC framework?

Which member in which struct describe it ?
by systest
21 May 2004 07:34
Forum: General VLC media player Troubleshooting
Topic: Error in compile new codec module for VLC
Replies: 1
Views: 730

Following is my code: /***************************************************************************** * tarkin.c: tarkin decoder module making use of libtarkin. ***************************************************************************** * Copyright (C) 2001-2003 VideoLAN * $Id: tarkin.c,v 1.11 2004...
by systest
21 May 2004 05:05
Forum: General VLC media player Troubleshooting
Topic: Error in compile new codec module for VLC
Replies: 1
Views: 730

Error in compile new codec module for VLC

Hi: Following is my build.log arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/arm/arm-linux/include -I/home/xye1/vlc/SDL/include -I/home/xye1/vlc/vlc-0.7.1/modules/codec/sigma/RMF-INTEL-1.7.141.0/RMF_src/externalapi/rmf/ -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config -...
by systest
20 May 2004 10:32
Forum: General VLC media player Troubleshooting
Topic: How can add a new codec module to VLC?
Replies: 2
Views: 639

Hi, I add some info to configure.ac: dnl dnl Switch to enable sigma codec dnl AC_ARG_ENABLE(sigma, [ --enable-sigma Sigma module (default disabled)]) if test "${enable_sigma}" != "no" then AC_CHECK_HEADERS(rmexternalapi.h, [ AX_ADD_BUILTINS([sigma]) AX_ADD_LDFLAGS([sigma],[-lrmca...
by systest
20 May 2004 06:55
Forum: General VLC media player Troubleshooting
Topic: How can add a new codec module to VLC?
Replies: 2
Views: 639

How can add a new codec module to VLC?

I'm already add: vlc_module_begin(); set_description( _("Sigma decoder (using sigma library)") ); set_capability( "decoder", 120 ); set_callbacks( OpenDecoder, CloseDecoder ); add_shortcut( "sigma" ); vlc_module_end(); Anything else need to do? How can I compile this mo...
by systest
20 May 2004 03:21
Forum: General VLC media player Troubleshooting
Topic: Which parameter in RMOpenFileMP4()? (Write sigma codec)
Replies: 0
Views: 332

Which parameter in RMOpenFileMP4()? (Write sigma codec)

Hi, I'm writing a codec module for VLC use sigma library. And for decode mpeg4 file, RMOpenFileMP4() or RMOpenUrlMP4() must be used, RM_EXTERN_C RMstatus RMOpenFileMP4(const RMnonAscii *filename, RMascii *fileType, ExternalRMmp4Client *mp4c); RM_EXTERN_C RMstatus RMOpenUrlMP4 ( const RMascii * url, ...
by systest
20 May 2004 02:43
Forum: General VLC media player Troubleshooting
Topic: Need more detailed description about VLC codec framework~~
Replies: 4
Views: 700

which codec module code is your recommand?

No any other doc about "how to write a decoder for VLC"? Thanks
by systest
19 May 2004 17:14
Forum: General VLC media player Troubleshooting
Topic: Need more detailed description about VLC codec framework~~
Replies: 4
Views: 700

Do you mean "VLC media player API Documentation"?

It has been writen in 2001, and only little info in this doc, how can I get the stream from the p_dev? No description.

Has any other detailed doc for "how to write a decoder"?

Many thanks.
by systest
19 May 2004 15:39
Forum: General VLC media player Troubleshooting
Topic: Need more detailed description about VLC codec framework~~
Replies: 4
Views: 700

Need more detailed description about VLC codec framework~~

I want to write a codec module for VLC, and I use the Sigma chip as media processor, so I want to use sigma library as codec. Any doc about VLC codec framework? Where I can get it? VLC has a whole & big framework for drive everything, I can't see it clearly, how can I get more info about the VLC...

Go to advanced search