Search found 18 matches

Go to advanced search

by nero
23 Jun 2008 03:24
Forum: General VLC media player Troubleshooting
Topic: Multicast address binding on VLC
Replies: 6
Views: 2270

Managed to control the Multicast receiving interface

Hi, I think i have a solution to the problem that i was mentioning. I did a small modification on the source code like below: /modules/misc/network/ipv6.c i changed the coding imr.ipv6mr_interface = loc.sin6_scope_id; to imr.ipv6mr_interface = if_nametoindex("ethX"); where ethX is the name...
by nero
20 Jun 2008 03:30
Forum: General VLC media player Troubleshooting
Topic: Multicast address binding on VLC
Replies: 6
Views: 2270

Re: Multicast address binding on VLC

Why not? Good one :D Well, first, thanks for your quick reply. Secondly, the reason i asked this question is because i need to know which interface that is 'RECEIVING' the multicast packets. Using 'miface' only sets the outgoing interface for the multicast session rite? Im interested in setting the...
by nero
19 Jun 2008 06:01
Forum: General VLC media player Troubleshooting
Topic: Multiple IP Interfaces and end time
Replies: 3
Views: 644

Re: Multiple IP Interfaces and end time

Any solution for the multiple interface card thinggy? Im stuck in that problem.

Please advice.

Nero
by nero
19 Jun 2008 04:05
Forum: General VLC media player Troubleshooting
Topic: Multicast address binding on VLC
Replies: 6
Views: 2270

Re: Multicast address binding on VLC

Okay.. still, can anyone explain why is it that vlc actually binds to a multicast address?

Tq in advance.

Nero
by nero
18 Jun 2008 03:30
Forum: General VLC media player Troubleshooting
Topic: Multicast address binding on VLC
Replies: 6
Views: 2270

Multicast address binding on VLC

Hi guys, I noticed that the VLC binds the socket connection it makes to a multicast address instead of a normal local ip address. Can i know why is the socket is bound to the multicast address instead of a local ip address (as normally would have been). If we bound the socket to the multicast addres...
by nero
13 Jun 2008 08:55
Forum: General VLC media player Troubleshooting
Topic: VLC Player Source Code - Help to identify
Replies: 3
Views: 563

Re: VLC Player Source Code - Help to identify

udp/rtp multicast ^^^--> If it is the above one? to be precise.. i managed to backtrace most of it... untill this part.. can you please tell me which portion handles this code. btw.. im using 0.8.6f on Fedora 8 [00000612] access_udp access debug: opening server =[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:x...
by nero
13 Jun 2008 03:56
Forum: General VLC media player Troubleshooting
Topic: VLC Player Source Code - Help to identify
Replies: 3
Views: 563

VLC Player Source Code - Help to identify

Can anyone help to point out where is the portion of the VLC source code that actually does the connection when the user double clicks the playlist from the SAP announcements OR the user enters the server details manually...? For example.. bla bla bla.. bla bla bla.. ->User selected file to play ->p...
by nero
06 Jun 2008 03:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling and executing from source
Replies: 3
Views: 646

Re: Compiling and executing from source

I have another situation.. Im using Fedora 8, and VLC 0.8.6g on wxWidgets interface . I have the same version of VLC installed via yum. I intended to compile and rebuild another version for development purposes. I have managed to successfully compile and rebuild the source Rpm. In the folder BUILD/v...
by nero
03 Jun 2008 02:53
Forum: VLC stream-output (sout)
Topic: [SOLVED] Could not stream / Get any SAP announcements
Replies: 1
Views: 1223

Re: Could not stream / Get any SAP announcements

Hehe..

Found out the culprit. It was silly of me doing everything besides checking Firewall setting.. it was enforced... thats the reason i could not receive the SAP announcements. But now it is ok.

tq, newayz.


Nero
by nero
02 Jun 2008 12:27
Forum: VLC stream-output (sout)
Topic: [SOLVED] Could not stream / Get any SAP announcements
Replies: 1
Views: 1223

[SOLVED] Could not stream / Get any SAP announcements

Hi, I am trying to listening to SAP announcements of one of the machine in my IPv6 network. I just could'nt listen to it via my Fedora 8 machine. When i boot the machine in Windows.. i can listen (Im using dual boot) and connect as well. In this case.. i cant connect nor listen to the streamer's adv...
by nero
30 May 2008 11:34
Forum: VLC stream-output (sout)
Topic: Unable to receive SAP announcements
Replies: 1
Views: 804

Unable to receive SAP announcements

Hi guys.. i was trying to stream from another PC which is one the same network. I just simply cant see the SAP announcement (Im using Fedora 8 by the way + 0.8.6g). Whn i use vlc (0.8.6f) in my windows, i can see the SAP announcements. Can anyone explain if there is any settings that i missed please...
by nero
30 May 2008 08:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling and executing from source
Replies: 3
Views: 646

Re: Compiling and executing from source

Yes. Make your changes and redo "make", then launch it.

Thank you very much.
by nero
30 May 2008 04:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling and executing from source
Replies: 3
Views: 646

Compiling and executing from source

Hi guys, Let me explain the situation first. I plan to do some enhancement on top of the existing VLC 0.8.6f... so.. i downloaded the source tar from videolan.org ( vlc-0.8.6f.tar.gz ). I ran ./configure , then i ran make . After that, i can able to execute the vlc from the source itself via ./vlc ....
by nero
23 May 2008 03:01
Forum: General VLC media player Troubleshooting
Topic: Interface coding for "Network Streaming"
Replies: 3
Views: 464

Re: Interface coding for "Network Streaming"

You have to detail your question. I don't understand it. Hi, Sorry for that. Let me include a snapshot to assist me in explaining the situation. http://img2.freeimagehosting.net/uploads/5853af9f68.jpg See.. in above picture.. i underlined the UDP / RTP Multicast Option right? I hope anyone can help...
by nero
22 May 2008 08:25
Forum: General VLC media player Troubleshooting
Topic: Interface coding for "Network Streaming"
Replies: 3
Views: 464

Interface coding for "Network Streaming"

Hi guyz,

Can anybody tell me where exactly does the coding that controls the Interface portion lies? I would like to know the part that actually controls the interface that has the "Network Streaming" options. The one we enter our server address all...


:)

Thankz alot guyz.


Nero
by nero
20 May 2008 03:21
Forum: General VLC media player Troubleshooting
Topic: Swapping Connection During IPTV Streaming
Replies: 2
Views: 595

Re: Swapping Connection During IPTV Streaming

The transport-level socket code is in src/network/. The application-layer network code depends on the protocol you use. VLC does not support seamless application-layer handovers at the moment. However, you can still do seamless handover using Mobile IP in principles. Oh, tq. If such, where is locat...
by nero
02 May 2008 09:41
Forum: General VLC media player Troubleshooting
Topic: Swapping Connection During IPTV Streaming
Replies: 2
Views: 595

Swapping Connection During IPTV Streaming

Hi Guys, Just wondering whether i can possibly swap my connection from (Lets Say Ethernet Connection to WLAN perhaps?) seamlessly at the same time im streaming an IPTV session? Anyhow, my main question is to know which part of the coding that actually binds the socket prior to the streaming process?...
by nero
02 May 2008 05:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Understanding the Code
Replies: 9
Views: 1314

Re: Understanding the Code

Hi...

I have a doubt too... can i know which part of the source code actually establishes a socket connection prior to do a multicast IPTV streaming?
And which portion of the code that actually relates to the multicast streaming?


Thank you very much.


Best Regards,

Nero

Go to advanced search