Search found 31 matches

Go to advanced search

by rbarrero
16 May 2008 03:18
Forum: VLC stream-output (sout)
Topic: Streaming with VLC and DSS
Replies: 4
Views: 1884

Re: Streaming with VLC and DSS

From my thread... #### Hi everyone... I never got a response on this (in here or IRC), but I was able to resolve my problem. Solution: VLC-0.8.6f works. Never expected 0.9.0-git to have broken RTP support. With vlc 0.8.fI'm now able to: 1. define ports for video and audio (and they actually work) 2....
by rbarrero
16 May 2008 03:17
Forum: VLC stream-output (sout)
Topic: Setup multiple RTP streams - possible bug?
Replies: 5
Views: 943

Re: Setup multiple RTP streams - possible bug?

Hi everyone... I never got a response on this (in here or IRC), but I was able to resolve my problem. Solution: VLC-0.8.6f works. Never expected 0.9.0-git to have broken RTP support. With vlc 0.8.fI'm now able to: 1. define ports for video and audio (and they actually work) 2. stream multiple RTP st...
by rbarrero
14 May 2008 08:40
Forum: VLC stream-output (sout)
Topic: Streaming with VLC and DSS
Replies: 4
Views: 1884

Re: Streaming with VLC and DSS

Hi... try this command syntax and tell me what you get: ./vlc -vvv YOUR_INPUT --sout '#transcode{venc=ffmpeg,vcodec=h264,vb=600,scale=1}:rtp{dst=xxx.xxx.xxx.xxx,port-audio=41350,port-video=51350,sdp=file:///path/to/file.sdp' Specify the venc, declare port-audio on far different port than port-video....
by rbarrero
13 May 2008 21:57
Forum: VLC stream-output (sout)
Topic: Setup multiple RTP streams - possible bug?
Replies: 5
Views: 943

Re: Setup multiple RTP streams - possible bug?

Yeah, I pretty much have the same problem... because we can't assign the ports manually per stream, they go out on the same ports, which only allows one stream to be viewed at a time.

Let me know if you find anything! Thanks,

Rafael
by rbarrero
13 May 2008 19:54
Forum: VLC stream-output (sout)
Topic: Setup multiple RTP streams - possible bug?
Replies: 5
Views: 943

Setup multiple RTP streams - possible bug?

Hi; I'm running VLC 0.9.0-git on linux which transcodes and properly streams via RTP to another machine. The problem is that I am not able to change the destination port. For some odd reason, it appears that only destination ports 50000-50004 are working. Defining other ports does not seem to take e...
by rbarrero
10 May 2008 21:57
Forum: VLC stream-output (sout)
Topic: Help me understand (seven) common stream errors
Replies: 0
Views: 413

Help me understand (seven) common stream errors

Hi; Could somebody please do us all a huge favor and explain the WHAT the following errors mean and WHY they might occur? HOW does this affect the stream and/or display? Any insight would be very helpful... I'm not the only one in this forum who has these questions and I'm hoping this will help reso...
by rbarrero
22 Apr 2008 03:32
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3671

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

Hi - we are doing something similar... we are serving a lot of streams, and duplicating to many servers. We experience crashes often.

Did you find any solution? Patches, etc?

Thanks,

Rafael
by rbarrero
21 Apr 2008 04:56
Forum: VLC stream-output (sout)
Topic: Bug in 'git-master' causing no audio in relayed h264 stream?
Replies: 4
Views: 999

Re: Bug in 'git-master' causing no audio in relayed h264 stream?

Ok, fixed it. If I: p_stream->i_stream_type = 0x11; /* LOAS/LATM */ //p_stream->i_stream_type = 0x0f; /* ADTS */ AND: comment the use of Add_ADTS() below (near line 1400, if codec == mp4a...), I get audio to my clients from serverB , from server A. The strange part is that it works if I serve direct...
by rbarrero
20 Apr 2008 22:28
Forum: VLC stream-output (sout)
Topic: Bug in 'git-master' causing no audio in relayed h264 stream?
Replies: 4
Views: 999

Re: Bug in 'git-master' causing no audio in relayed h264 stream?

Hi JB - I haven't talked to funman, but I found the problem - "vlc-0.9.0-git/modules/mux/mpeg/ts.c" By using the previous "ts.c" from the SVN release, I get audio... so the main changes to this file are: - Change i_stream_type for mp4a: #### //p_stream->i_stream_type = 0x11; /* L...
by rbarrero
20 Apr 2008 00:58
Forum: VLC stream-output (sout)
Topic: Bug in 'git-master' causing no audio in relayed h264 stream?
Replies: 4
Views: 999

Bug in 'git-master' causing no audio in relayed h264 stream?

Hi again... I think I've narrowed down the issue regarding the no audio problem I've been having on my relay server. My setup: I have a VLC server (server A) that is relaying a udp, h264/mp4a stream via udp to our vlc streamer (server B). Clients connect to server B via http to view streams. Since u...
by rbarrero
17 Apr 2008 06:53
Forum: VLC stream-output (sout)
Topic: No audio from pass-thru streaming server
Replies: 5
Views: 786

Re: No audio from pass-thru streaming server

Here is the difference between: Audio: [00000344] ts demuxer warning: first packet for pid=45 cc=0x4 [00000344] ts demuxer warning: first packet for pid=46 cc=0x4 [00000344] ts demuxer warning: first packet for pid=42 cc=0x6 No audio: [00000281] ts demux warning: first packet for pid=42 cc=0xd [0000...
by rbarrero
17 Apr 2008 06:52
Forum: VLC stream-output (sout)
Topic: No audio from pass-thru streaming server
Replies: 5
Views: 786

Re: No audio from pass-thru streaming server

Below is the output from the version that properly pass the audio stream to the other server: ##### VLC media player 0.9.0-svn Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-svn Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured ...
by rbarrero
17 Apr 2008 06:48
Forum: VLC stream-output (sout)
Topic: No audio from pass-thru streaming server
Replies: 5
Views: 786

Re: No audio from pass-thru streaming server

Below is the output from the version that doesn't include audio. I will post the version that does include audio as another post. ##### VLC media player 0.9.0-git Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-git Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main ...
by rbarrero
16 Apr 2008 22:19
Forum: VLC stream-output (sout)
Topic: No audio from pass-thru streaming server
Replies: 5
Views: 786

Re: No audio from pass-thru streaming server

I'm using vlc-0.9.0-git.
by rbarrero
16 Apr 2008 22:18
Forum: VLC stream-output (sout)
Topic: No audio from pass-thru streaming server
Replies: 5
Views: 786

No audio from pass-thru streaming server

Hi; I have a VLC server (server A) that is re-sending an h264/mp4a stream to our vlc streamer (server B). When I use the following configuration, I don't get audio to the VLC clients connecting to server B. PKG_CONFIG_PATH=/stackmedia/vlc/lib/pkgconfig ./configure --prefix=/stackmedia/vlc --disable-...
by rbarrero
09 Apr 2008 22:08
Forum: VLC stream-output (sout)
Topic: Use VLC as pass-thru for h.264 stream
Replies: 1
Views: 1956

Use VLC as pass-thru for h.264 stream

Hi - I have an incoming H.264 stream via UDP and I would like to serve it to as many users (in the thousands) as possible via http. So far I have memory and load problems when I get to 20 users. When I compile *without* (disable) FFMPEG, my memory and load problems seem to go away, but I don't get a...
by rbarrero
08 Apr 2008 23:44
Forum: VLC stream-output (sout)
Topic: FFMPEG required for h264 audio decoding?
Replies: 8
Views: 1571

Re: FFMPEG required for h264 audio decoding?

Thanks! When I --disable-ffmpeg, I can see the video... so is ffmpeg really required? So what does --enable-x264 do? Or --with-x264-tree for that matter? And will VLC ever have h264 without ffmpeg?

Thanks,

Rafael
by rbarrero
08 Apr 2008 08:06
Forum: VLC stream-output (sout)
Topic: FFMPEG required for h264 audio decoding?
Replies: 8
Views: 1571

Re: FFMPEG required for h264 audio decoding?

Here are the details of the stream: "packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer packetizer_mpeg4audio packetizer debug: AAC 44100Hz 1024 samples/frame main packetizer debug: using packetizer module "packetizer_mpeg4audio" ... mux_ts generic debug: adding in...
by rbarrero
08 Apr 2008 02:05
Forum: VLC stream-output (sout)
Topic: FFMPEG required for h264 audio decoding?
Replies: 8
Views: 1571

FFMPEG required for h264 audio decoding?

Hi; Do I need to compile FFMPEG into VLC if i want to stream h264? My problem is that VLC clients don't get Audio...only video. Yet there is no error from VLC (with -vvv). However, when I compile VLC with FFMPEG (--enable-ffmpeg and --with-ffmpeg-x264), I get audio... why do I need FFMPEG to decode ...
by rbarrero
13 Mar 2008 09:54
Forum: VLC stream-output (sout)
Topic: no audio in mms stream problem
Replies: 0
Views: 1099

no audio in mms stream problem

Hi; I've got a linux server streaming via VLC to windows media players. The problem is that i don't hear any audio in WMP or VLC. I've tried using mpga, wma, ac3 and neither work. Here's my command: vlc -vvv udp://@67.11.11.11:111 --sout='#transcode{vcodec=DIV3,vb=512,width=640,height=480,acodec=mp3...
by rbarrero
11 Mar 2008 22:35
Forum: VLC stream-output (sout)
Topic: setting up rtsp stream (h.264)
Replies: 1
Views: 1108

Re: setting up rtsp stream (h.264)

I have also tried the following with the same result: ./vlc -vvv --ttl 12 --color --extraintf telnet --telnet-password videolan --security-policy 1 > new nhk broadcast enabled > setup nhk input udp://@67.131.90.41:1330 > setup nhk output #rtp{name=NHK,sdp=rtsp://67.131.90.200:8080/nhk.sdp} > control...
by rbarrero
11 Mar 2008 21:15
Forum: VLC stream-output (sout)
Topic: setting up rtsp stream (h.264)
Replies: 1
Views: 1108

setting up rtsp stream (h.264)

Hi I'm trying to setup a RTSP stream from my web server that is receiving a H.264 UDP unicast stream. After reading the advanced streaming documentation, here's what I've come up with: vlc -d udp://@66.66.66.66:1234 --sout=#rtp{mux=ts,name=NHK,sdp=rtsp://67.67.67.67:8080/stream.sdp} --security-polic...
by rbarrero
29 Feb 2008 00:46
Forum: Web and scripting
Topic: Protect streams by IP?
Replies: 2
Views: 906

Protect streams by IP?

Hi; I've got a streaming server setup and web users can view the content using a streaming page (using vlc plugin) I've setup. These same users can still load the stream using a native VLC client though going directly to the target. Is there a way to restrict who can connect with an allowed hosts li...
by rbarrero
28 Feb 2008 23:39
Forum: VLC stream-output (sout)
Topic: Protect streams by IP?
Replies: 1
Views: 440

Protect streams by IP?

Hi; I've got a streaming server setup and web users can view the content using a streaming page (using vlc plugin) I've setup. These same users can still load the stream using a native VLC client though going directly to the target. :( Is there a way to restrict who can connect with an allowed hosts...
by rbarrero
27 Feb 2008 22:37
Forum: Web and scripting
Topic: how to buffer a stream using the plugin api?
Replies: 1
Views: 1618

how to buffer a stream using the plugin api?

I've read the plugin api documentation from Quovodis regarding the VLC plugin objects that can be accessed for setting and getting information, however, I don't see any functions on buffering. There is a state to determine if VLC is buffering, but I'm looking for the functions or options that will f...

Go to advanced search