Hi Brandon,<br><br>I see that you were able to create a video streaming solution using jVLC... I'm trying to do so but I'm getting the following exception (when calling the addBroadcast method from VLM.java):<br><br>
Exception in thread "main" java.lang.UnsatisfiedLinkError: _addBroadcast<br>    at org.videolan.jvlc.VLM._addBroadcast(Native Method)<br>    at org.videolan.jvlc.VLM.addBroadcast(VLM.java:39)<br>    at test.Test.main
(Test.java:20)<br><br>I believe something should be wrong in the link to native libraries, but with my environment I could create a video player using jVLC, so I coundn't find out what is wrong with the streaming part...
<br>Am I doing something wrong? What version of jVLC are you using? What is your environment? Are you using jVLC for Linux or Windows? What SDK / JRE are you using?<br><br>Any help would be really appreciated.<br><br>Thanks,
<br>Diego<br><br><div><span class="gmail_quote">On 9/21/07, <b class="gmail_sendername">Brandon Dohman</b> <<a href="mailto:brdohman@eiu.edu">brdohman@eiu.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
i have been trying to implement a video streaming solution using the<br>jvlc, and have been successfull in streaming rtp.  but with rtp being<br>sent over udp, the stream gets blocked by many routers and firewalls.<br>is there another way i can do this so that the stream will be sent over
<br>tcp.  i know i could lose parts of the video, but the video would still<br>be possible.  i am wanting this stream to be played in a java client.  i<br>haven't tried this, but could it potentially work using jvlc to play an
<br>http stream from vlc streaming http?<br><br>thanks for your help<br>_______________________________________________<br>vlc mailing list<br><a href="mailto:vlc@videolan.org">vlc@videolan.org</a><br><a href="http://mailman.videolan.org/listinfo/vlc">
http://mailman.videolan.org/listinfo/vlc</a><br></blockquote></div><br>