Hi Victor,<br><br>thanks for the answer! I have tried one time to compile jVLC on linux but didn't have too much success in making the VLM working... but now that I know that it worked for you, and what is your environment, I will give it another try ;-)
<br><br>Thanks for all the help. I'm a little bit busy this days but as soon as I can build the environment and do some tests I will write in the list with the results... or other questions... ;-)<br><br>Cheers,<br>Diego
<br><br><div><span class="gmail_quote">On 11/7/07, <b class="gmail_sendername">Victor Fuertes Zanon</b> <<a href="mailto:vicfueza@teleco.upv.es">vicfueza@teleco.upv.es</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 Diego,<br><br>I know Javadocs say you must use the output MRL, and I used it firstly, but I<br>got an error. The error I got was that 'access' and 'mux' were not specified :?<br>After a lot of tests, I found the solution I told you.
<br><br>I use Ubuntu 7.04 Feisty Fawn running on a VMWare. My native OS is MacOSX Tiger<br>(I'm using an Intel-based MacBook :p). I have tried to compile the latest<br>subversion revisions but I have not been sucessful. For my application I
<br>downloaded the latest stable version vlc-0.8.6c tarball from the videolan<br>website and compiled it myself by doing (on the linux console):<br><br>...<br><br>sudo ./compile --enable-java-bindings --enable-v4l<br>sudo make
<br>sudo make install<br><br>...<br><br>I hope this helps!<br><br>Regards, Víctor.<br><br>Mensaje citado por Diego Sanchez Gallo <<a href="mailto:dsgallo@larc.usp.br">dsgallo@larc.usp.br</a>>:<br><br>> Hi Victor,
<br>><br>> Thanks for the reply.<br>> I was using that format for the output cause in the javadoc they say the<br>> output parameter is "the output MRL (the parameter to the "sout"<br>> variable)"... So I tried to use that (from VLC client) in many formats, but
<br>> never only the address:port.... I tried that (hoping that it will work) but<br>> got the same error message :-(<br>> Anyway it is good to know that it worked for you using that format... Just<br>> one question, what version of jVLC are you using on linux? and are you using
<br>> the release from the vlc site (for linux 64bits) or did you compile vlc with<br>> java bindings by yourself?<br>><br>> If you or anyone else has any other guess, please help ;-p<br>><br>> Regards,<br>
> Diego<br>><br>><br>> On 11/6/07, Victor Fuertes Zanon <<a href="mailto:vicfueza@teleco.upv.es">vicfueza@teleco.upv.es</a>> wrote:<br>> ><br>> > Hi Diego,<br>> ><br>> > I'm working on a videoconference application using JVLC. I'm using Linux,
<br>> > so my<br>> > environment is a little different from yours.<br>> ><br>> > I used a code similar to the code you show and I got an error too. Try to<br>> > change<br>> > the line:
<br>> ><br>> > jvlc.vlm.addBroadcast("Test<br>> > channel","E:\\video.mpg","#duplicate{dst=std{access=rtp,mux=ts,dst=<br>> > <a href="http://224.123.111.120:1234">224.123.111.120:1234
</a>}}",null,true,false);<br>> ><br>> > by the lines:<br>> ><br>> > jvlc.vlm.addBroadcast("Test<br>> > channel","E:\\video.mpg","rtp://127.0.0.1:1234",null,true,false);
<br>> > jvlc.vlc.playMedia("Test channel");<br>> ><br>> > where <a href="http://127.0.0.1">127.0.0.1</a> is the destination address and 1234 is the destination<br>> > port.<br>> ><br>
> > I'm not an expert so, if my solution doesn't work, I'm so sorry...<br>> ><br>> > Cheers, Víctor<br>> ><br>> > Mensaje citado por Diego Sanchez Gallo <<a href="mailto:dsgallo@larc.usp.br">
dsgallo@larc.usp.br</a>>:<br>> ><br>> > > Hi Tony,<br>> > ><br>> > > since you work with jvlc on windows, maybe you can help me with my<br>> > issue...<br>> > > I'm trying to use the VLM part of jVLC, to do a simple video
<br>> > streaming...<br>> > > 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",<br>> > > "#duplicate{dst=std{access=rtp,mux=ts,dst=<a href="http://224.123.111.120:1234">
224.123.111.120:1234</a>}}", null,<br>> > > 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
<br>> > > couldn't find a solution... neither on the list nor trying to debug the<br>> > > aplication and looking inside the C code... So I would like to know if<br>> > you<br>> > > have any idea in what could be the reason for this error... The video
<br>> > file<br>> > > is there and I already tried to use other formats (like<br>> > file://E:/video.mpg)<br>> > > with no success... I've also tried to stream through unicast instead of<br>
> > > multicast but got the same error...<br>> > ><br>> > > Any help would be greatly appreciated.<br>> > ><br>> > > Thanks in advance,<br>> > > Diego<br>> > >
<br>> > > On 11/6/07, Tony Anecito <<a href="mailto:adanecito@yahoo.com">adanecito@yahoo.com</a>> wrote:<br>> > > ><br>> > > > 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>> > > ><br>> > ><br>> ><br>> ><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>--<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></blockquote></div><br>