Search found 20 matches

Go to advanced search

by artsylar
25 Jan 2011 10:45
Forum: General VLC media player Troubleshooting
Topic: Sending Resolution Information for Streaming
Replies: 1
Views: 175

Sending Resolution Information for Streaming

I have always thought that all media information such as resolution are being sent to the client via the SDP but I was wrong. I am just curious on how does the client know the resolution of the streaming media if it is not in SDP. Any feedback will be appreciated. Please.... Thank you in advance, ar...
by artsylar
13 Dec 2010 02:11
Forum: VLC media player for Windows Troubleshooting
Topic: UPNP - modules/services_discovery does not compile
Replies: 5
Views: 819

Re: UPNP - modules/services_discovery does not compile

I just disabled it when executing "configure-msys.sh" by running the following command.

configure-msys.sh --disable-upnp
by artsylar
13 Dec 2010 02:06
Forum: General VLC media player Troubleshooting
Topic: VOD vs LIVE streaming
Replies: 2
Views: 397

Re: VOD vs LIVE streaming

The reason I asked this is because in some streaming client, streaming playback cannot be paused since they thought it is a LIVE streaming because of the "a=type:broadcast" parameter.
by artsylar
13 Dec 2010 01:53
Forum: VLC media player for Windows Troubleshooting
Topic: Lithuanian Support
Replies: 3
Views: 237

Re: Lithuanian Support

Thank you for the link.
by artsylar
09 Dec 2010 05:53
Forum: General VLC media player Troubleshooting
Topic: VOD vs LIVE streaming
Replies: 2
Views: 397

VOD vs LIVE streaming

Hi, I would just like to ask what is the difference between VOD and LIVE streaming in terms of SDP. Is "a=type:broadcast" for VOD only or both? What are other ways to distinguish VOD and LIVE streaming by just looking at their SDP information? Any feedback is greatly appreciated. Thanks, a...
by artsylar
09 Dec 2010 05:48
Forum: VLC media player for Windows Troubleshooting
Topic: Lithuanian Support
Replies: 3
Views: 237

Re: Lithuanian Support

I was able to disable Lithuanian support by just editing vlc.win32.nsi
by artsylar
09 Dec 2010 02:06
Forum: VLC media player for Windows Troubleshooting
Topic: Lithuanian Support
Replies: 3
Views: 237

Lithuanian Support

Hi, I was able to build VLC 1.14 but I am having problems with creating self contained package. The error says, "Lithuanian.nsh not found". When I checked extras/package/win32/languages folder, there is no "lithuanian.nsh" file. Someone posted this in the forum but she was able t...
by artsylar
07 Dec 2010 09:47
Forum: VLC media player for Windows Troubleshooting
Topic: UPNP - modules/services_discovery does not compile
Replies: 5
Views: 819

Re: UPNP - modules/services_discovery does not compile

Hi,

I am also getting a compilation error in service discovery such as "undefined reference to '_imp_UpnpDownloadXMLDoc'.
May I know how can I solve this one?

Regards,
artsylar
by artsylar
03 Dec 2010 09:46
Forum: General VLC media player Troubleshooting
Topic: [BUG REPORT] wrong sdp format
Replies: 1
Views: 279

[BUG REPORT] wrong sdp format

Hi, I would just like to report a bug that we found while performing VOD streaming using VLC 1.1.4. We noticed that the VLC server is sending range and npt parameter of SDP in non-standard format. Space is inserted between range: and npt. ex. a=range: npt=0-259.877 //VLC a=range:npt=0-259.877 // Oth...
by artsylar
07 Oct 2010 10:46
Forum: VLC media player for Windows Troubleshooting
Topic: no response after RTSP Setup
Replies: 1
Views: 404

no response after RTSP Setup

No Response after RTSP setup I am having problem with the device that I am using for streaming. It will just display "connecting" but after a minute, it will return an error. I have checked the PPP log and found out that after receiving a response for RTSP Setup from the streaming server, ...
by artsylar
24 Sep 2010 08:39
Forum: VLM
Topic: Declaring Variables in VLM command batch
Replies: 2
Views: 1366

Re: Declaring Variables in VLM command batch

I don't think it's possible.
However, you can create a script to generate your vlm files.
That is also what I did. Thanks!
by artsylar
24 Sep 2010 07:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.1.4 crash when I Stop a network rtsp video stream
Replies: 11
Views: 4865

Re: VLC 1.1.4 crash when I Stop a network rtsp video stream

I am having the same problem. And even when it reaches the end of the file it just crashes. there was no logfile created so I don't what even caused the vlc to crash.
by artsylar
16 Sep 2010 04:28
Forum: VLM
Topic: Declaring Variables in VLM command batch
Replies: 2
Views: 1366

Declaring Variables in VLM command batch

Hi, I am trying to make VOD streaming faster and easier for me by using the VLM command batch. I just would like to ask if it is possible to use variables in the command batch. I can use that for directory definition of the file to be streamed, so that I don't have to copy it to every command line. ...
by artsylar
14 Sep 2010 13:30
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

and with localhost instead of the ip ?
there is no problem streaming within the same PC.
I am streaming between a mobile dev and my PC so I can not use localhost. :(
by artsylar
14 Sep 2010 11:59
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

did you tried vlc yourFile.mp3 :sout=#http{mux=ts,dst=192.168.1.12:8080} ?
Yes I did but it also not working :(
by artsylar
14 Sep 2010 07:23
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

I used to Wireshark to get the PPP logs and it looks like this,

TCP 9919 > 81 [PSH, ACK]
TCP 81 > 9919 [PSH, ACK]
TCP 9919 > 81 [ACK]
TCP 81 > 9919 [PSH, ACK]
TCP 9919 > 81 [ACK]
TCP 81 > 9919 [ACK]
TCP 9919 > 81 [ACK]
........
by artsylar
13 Sep 2010 04:19
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

I am using this version VLC Media Player 1.0.5 Golden Eye. I just used the UI of VLC for HTTP Streaming. Here's the steps, 1. File -> Streaming 2. Add File and click on Streaming button 3. Click on Next 4. On the Destation tab, I selected HTTP and clicked on Add 5. Input host ip address 6. Uncheck A...
by artsylar
11 Sep 2010 14:38
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

thank you so much for your reply. unfortunately I don't have the logs with me now.
I'll get back to you on monday. thanks again..
by artsylar
10 Sep 2010 07:18
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

Re: HTTP Streaming no video, just buffering

Btw, I am using a Windows XP Machine. I converted the data using QuickTime Pro.
by artsylar
08 Sep 2010 15:46
Forum: VLC media player for Windows Troubleshooting
Topic: HTTP Streaming no video, just buffering
Replies: 10
Views: 1365

HTTP Streaming no video, just buffering

Hi, I am having problems streaming via HTTP and I hope someone could help me with it. I am actually trying to stream 3gp data to a mobile device. I am using an Anritsu device between the mobile device and the streaming server, which is my notePC. Streaming between the two PC, which are in the same n...

Go to advanced search