Hi Tony,<br><br>since you work with jvlc on windows, maybe you can help me with my issue... I'm trying to use the VLM part of jVLC, to do a simple video streaming... and I got stuck in the following problem...<br><br>I'm trying this:
<br><br>        JVLC jvlc = new JVLC(options);<br>        try {<br>            jvlc.vlm.addBroadcast("Test channel", "E:\\video.mpg", "#duplicate{dst=std{access=rtp,mux=ts,dst=<a href="http://224.123.111.120:1234">
224.123.111.120:1234</a>}}", null, true, false);<br>        } catch (VLCException e) {<br>            e.printStackTrace();<br>        }<br><br>and I'm getting the following exception:<br><br>org.videolan.jvlc.VLCException
: Media Test channel creation failed<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:19)<br><br>I tried to identify what is this issue and what to do to fix it but I couldn't find a solution... neither on the list nor trying to debug the aplication and looking inside the C code... So I would like to know if you have any idea in what could be the reason for this error... The video file is there and I already tried to use other formats (like file://E:/video.mpg) with no success... I've also tried to stream through unicast instead of multicast but got the same error...
<br><br>Any help would be greatly appreciated.<br><br>Thanks in advance,<br>Diego<br><br><div><span class="gmail_quote">On 11/6/07, <b class="gmail_sendername">Tony Anecito</b> <<a href="mailto:adanecito@yahoo.com">adanecito@yahoo.com
</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;">Hi Alexander,<br>I am working with the windows cygwin build so I can<br>
not help. At least one of the jvlc developers is on<br>vacation so not sure when they might get to you but it<br>might be soon.<br>I do not have problems with the dlls for windows<br>except for an issue with input not found error when
<br>doing a java reparent() after the creation of a vlc<br>instance. The jvlc developers are going to fix that<br>soon and add more to the java bindings interface (I<br>think). After that hopefully the windows bindings will
<br>be working again.<br>Considering Sun just announced a Java Media Control is<br>in the works I am hoping it will have a positive<br>effect on the java bindings group.<br><br>Regards,<br>-Tony<br><br>--- Alexander Bethke <
<a href="mailto:abethke@oamk.fi">abethke@oamk.fi</a>> wrote:<br><br>> Hi again,<br>><br>> still trying to build a vlc that has working<br>> java-bindings, flv-muxing<br>> and latest ffmpeg (nellymoser decoding), that can
<br>> serve as a extension<br>> for Red5.<br>> I took the vlc revision from 01.06.2007, guessing<br>> from svn commit<br>> messages that the java bindings are still working by<br>> then (before change<br>
> to media instance). But the latest ffmpeg is not<br>> compatible with this<br>> vlc revision it seems. Producing following error on<br>> vlc startup:<br>><br>> cannot load module<br>> `/usr/local/lib/vlc/codec/libffmpeg_plugin.so'
<br>> (/usr/local/lib/vlc/codec/libffmpeg_plugin.so:<br>> undefined symbol:<br>> IF2block_size)<br>><br>> Is the 01.06. revision a good guess or can I also<br>> take a later one for<br>> the bindings to work. Anybody any hints? Littlejohn
<br>> perhaps?<br>> Otherwise I might just have to sadly say goodbye to<br>> the java bindings in<br>> my project and connect Red5 and vlc's video stream<br>> per http and remote<br>> control like via vlm telnet interface(?). Or does
<br>> somebody have a better<br>> idea?<br>><br>> @j-b: RTMP support in vlc would be the best thing.<br>> :) But I think this<br>> is out of the scope for me now.<br>><br>> By the way is anybody investigating on that
<br>> flv-muxing bug at the moment?<br>><br>><br>> I am kind of lost with this one,<br>><br>> Thanks for your help, Alex<br>><br>><br>> _______________________________________________<br>> vlc-devel mailing list
<br>> To unsubscribe or modify your subscription options:<br>> <a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a><br>><br><br><br>__________________________________________________
<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around<br><a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br>_______________________________________________<br>vlc-devel mailing list
<br>To unsubscribe or modify your subscription options:<br><a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote></div><br>