Search found 26 matches

Go to advanced search

by samfrog
01 Jun 2010 02:40
Forum: VLC stream-output (sout)
Topic: VLC Streaming
Replies: 0
Views: 443

VLC Streaming

Hi, I want to use VLC as a streaming server for real-time streaming. Can VLC reads from a Java data strcuture that acts as the video and audio sources for streaming? For example, I have a Java program that has a data structure that contains the streaming packets, can VLC reads from the data structur...
by samfrog
01 Jun 2010 00:41
Forum: VLC stream-output (sout)
Topic: Transport Stream
Replies: 0
Views: 259

Transport Stream

Hi, I am writing a Java UDP server by reading a media file (like .mp3) at an average bitrate and streaming across the network and have VLC media player to play the stream. However, it seems like the UDP server has to encapuslate the mp3 packet into transport stream in order for the VLC media player ...
by samfrog
27 May 2010 04:57
Forum: VLC stream-output (sout)
Topic: Unable to stream MP3
Replies: 2
Views: 517

Re: Unable to stream MP3

What are the sequences of formatting the MPA payload? Say the frame is 522 bytes, How do I packetize it to stream it to VLC for playback ? I am doing the following: 12 bytes of RTP + 4 bytes of MPEG Audio-specific header (RFC2038) + 4 bytes of TS header + 184 bytes MPA payload + 4 bytes of TS header...
by samfrog
26 May 2010 19:22
Forum: VLC media player for Windows Troubleshooting
Topic: Unable to stream MP3
Replies: 0
Views: 289

Unable to stream MP3

I want to stream a MP3 file using my custom RTSP server with VLC media player. However, I am getting a list of 'emulated startcode' in the VLC log. Here are the sequences: 1. I wrote a UDP program that reads a MP3 file and sends the MP3 frames by frames with MP3 header included to a data structure. ...
by samfrog
26 May 2010 19:21
Forum: VLC stream-output (sout)
Topic: Unable to stream MP3
Replies: 2
Views: 517

Unable to stream MP3

I want to stream a MP3 file using my custom RTSP server with VLC media player. However, I am getting a list of 'emulated startcode' in the VLC log. Here are the sequences: 1. I wrote a UDP program that reads a MP3 file and sends the MP3 frames by frames with MP3 header included to a data structure. ...
by samfrog
11 Mar 2010 19:38
Forum: VLC stream-output (sout)
Topic: TCP streaming
Replies: 2
Views: 513

Re: TCP streaming

How about will I be able to create a TCP server sending packets at port 8080 and have VLC using http protocol to receive the packets? thanks
by samfrog
10 Mar 2010 22:02
Forum: VLC stream-output (sout)
Topic: TCP streaming
Replies: 2
Views: 513

TCP streaming

Hello,

Say I have a TCP server sending packets. Can we use VLC to receive a TCP stream? What is the command line? vlc -vvv tcp://127.0.0.1:1234 doesn't work

thanks,
by samfrog
09 Mar 2010 03:33
Forum: VLC stream-output (sout)
Topic: streaming
Replies: 5
Views: 1061

Re: streaming

Have another question. What is the minimal set of information (for example bitrate, timestamp) that a VLC streaming server needs to have to stream a stored (prerecorded) media file, like .avi file?
by samfrog
09 Mar 2010 02:04
Forum: VLC stream-output (sout)
Topic: streaming
Replies: 5
Views: 1061

Re: streaming

Thanks for reply. Few more follow-up questions 1. For client authentication, does it support PKI authentication for RTSP? 2. For streaming prerocorded content say .avi file, how does VLC streaming server know how many bytes to send it over to the client each time? Can you provide a more detailed seq...
by samfrog
08 Mar 2010 08:43
Forum: VLC stream-output (sout)
Topic: streaming
Replies: 5
Views: 1061

streaming

Hi 1. Does VLC RTSP supports authentication? 2. Does VLC support SSL for RTSP? 3. Can someone explain the concept of how VLC stream a stored media file? For example, an .avi file consists of chunks. Does VLC need to decode the container format before streaming out to the network? Or does VLC stream ...
by samfrog
05 Mar 2010 09:07
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming architecture
Replies: 2
Views: 334

Re: Streaming architecture

To clarify my question, that is how does VLC streamed stored media file? Is the media file segmented and encapsulated with RTP? How does it know what is the transmit rate and the size of the segment?

Thanks,
by samfrog
05 Mar 2010 08:20
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming architecture
Replies: 2
Views: 334

Streaming architecture

I would like to have a better understanding of the streaming architecture Say I have a .mp4 file that I want to stream over the network using rtsp. How does VLC do this? Does the container formats have chunks or segements in sequence and VLC loads the chunks in RTP packet? What information does the ...
by samfrog
05 Mar 2010 08:06
Forum: VLC media player for Windows Troubleshooting
Topic: SSL
Replies: 1
Views: 188

SSL

Does VLC support RTSP/SSL?
by samfrog
05 Mar 2010 06:22
Forum: VLC media player for Windows Troubleshooting
Topic: RTSP authentication
Replies: 0
Views: 265

RTSP authentication

Hi

Does anyone know how to use VLC to do RTSP authentication (PKI) streaming?

Thanks,
by samfrog
31 Jan 2010 01:11
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot get UDP stream
Replies: 1
Views: 245

Cannot get UDP stream

Hi, I have a Java program that reads a media file (.mp4) and sends it as udp datagrams on port 1234. I try to use the VLC GUI by going to Media -> Streaming -> Network, and select UDP as the protocol and put the ip address. For testing purposes, the Java program and VLC are running on the same serve...
by samfrog
30 Jan 2010 05:17
Forum: VLC stream-output (sout)
Topic: VLC cannot get UDP stream
Replies: 1
Views: 1453

VLC cannot get UDP stream

Hi, I have a Java program that reads a media file (.mp4) and sends it as udp datagrams on port 1234. I try to use the VLC GUI by going to Media -> Streaming -> Network, and select UDP as the protocol and put the ip address. For testing purposes, the Java program and VLC are running on the same serve...
by samfrog
28 Jan 2010 20:47
Forum: VLC stream-output (sout)
Topic: Streaming using TCP
Replies: 0
Views: 310

Streaming using TCP

Hi,

Is there a way to use VLC to streaming using TCP instead of UDP? If there is a way, how to do it?

Thanks,
by samfrog
27 Jan 2010 23:25
Forum: VLC stream-output (sout)
Topic: Streaming only binary data
Replies: 6
Views: 1018

Re: Streaming only binary data

Are you able to get this work? I am facing the same problem. can I use VLC to stream any raw data? Thanks
by samfrog
27 Jan 2010 23:12
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Streaming
Replies: 1
Views: 212

VLC Streaming

Hi,

Can VLC act as a server to stream any type of data file, even the file format that it does not support? Can you stream any binary file ? How do you do that?

Thanks
by samfrog
24 Jan 2010 00:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to build VLM Solaris Sparc
Replies: 0
Views: 298

How to build VLM Solaris Sparc

Can anyone provide me with the instructions on how to compile, build, install VLC in Solaris Sparc?

Thanks
by samfrog
24 Jan 2010 00:08
Forum: VLC media player for Windows Troubleshooting
Topic: VLM controlled by HTML interface
Replies: 1
Views: 337

VLM controlled by HTML interface

I tried to configure VLM VOD via the VLC media player. This is what I did: First by Setting up the Log 1. Open VLC media player 2. Go to Tools -> Preferences 3. Click All settings 4. Expand Advanced -> Logging 5. Enter C:\vlc.log as the log filename. 6. Click save I aslo went to 1. Go to Tools -> Me...
by samfrog
23 Jan 2010 04:51
Forum: VLC media player for Windows Troubleshooting
Topic: VLC as a streaming server and client
Replies: 3
Views: 1064

Re: VLC as a streaming server and client

Hi, I would like to use rtsp. I followed the vidoe on demand instructions. Some of my questions: 1. Is this the only way to do rtsp to use VLM? 2. I issued vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554. Then I issued telnet localhost 4212 and entered my pass...
by samfrog
22 Jan 2010 07:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC architecture
Replies: 1
Views: 413

VLC architecture

Can anyone give me some links that describe VLC / VLM architecture?

Does VLC provides APIs that I can use?
by samfrog
22 Jan 2010 07:14
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP vs RTSP streaming
Replies: 1
Views: 332

HTTP vs RTSP streaming

What is the difference between HTTP vs RTSP streaming?
by samfrog
22 Jan 2010 01:36
Forum: VLC media player for Windows Troubleshooting
Topic: VLC as a streaming server and client
Replies: 3
Views: 1064

VLC as a streaming server and client

Hi, I am trying to use VLC as a streaming server and client. I found online documentation http://wiki.videolan.org/Documentation:Streaming_HowTo/Easy_Streaming but the documentation is out of date. Currently, I installed the VLC version 1.0.3. Does anyone has the updated version of the documentation...

Go to advanced search