Hi all, I compiled VLC for Nokia 770 using scratchbox, and then copied it to the Nokia device. I have a problem, When I start VLC on 770, the player start search modules and plugins recursively but does not find anything. I copied all modules to the device as well. My question is, can I somehow forc...
I solve the problem by change the playlist_Goto(p_playlist, i_row) function on playlist_LockControl( p_playlist, PLAYLIST_VIEWPLAY, NULL, p_playlist->pp_items[i_row] ).
I know that this is not the best solution, but works:)
When I start VLC with the service discovery flag -S sap it start to play the first stream from the list. How can I forced the vlc to do not start automaticly from the playlist and wait untill I choose the correct sdp file.
Hello all, I would like to ask question regarding playlist. When I use rc interface, the goto command does not work. Goto is deprecated. I would like to ask how now I can jump to some item in the playlist. I have realized though the playlist_Goto function is deprecated it is still in pda, beos and w...
I am using ffmpeg from 13.11.2004 which is quite old and some file do not open. I would like to compile the vlc with newer ffmpeg but I have problem with find it. On ffmpeg web page there are no releas and the svn repository does not work.
What does it mean you can not stream. Did you check if you are able to receive on the same computer what you are sending. Check ttl. What are you settings ??
Hi, again me. I see than nobody answers on my questions. Maybe they are stupid, who knows ??:) I have another one: I already demultiplex IP datagrams from MPE in TS I know the IP address of those and now I would like to send to a part of VLC which is responsible for multicasting. I am thinking, mayb...
Check on mailing list about dvb on http://www.linuxtv.org. There have been some emails about DVB-H transport stream from Barcelona 3GSM World Congress .
Hi, I am trying to write a modul to vlc which will allow to recive DVB-H signal. I have a question what is the name of module to which I should sent the IP datagrams?? Because I understand when we have the normal TS and we would like to decode it there is a function PIDFillFormat and depents from st...
Hello I am working with DVB-H and I have few question about VLC. 1. With using dvbnet, szap, tcpdump I can dump packets from dvb-h, I also have sdp file and I though that I could use VLC to see vide and audio by using sdp file, but it doesn't see my dvb0_0 network interface. I have information : ipv...