video streaming
Hello,
i am trying to figure out what tools i need to create a simple PC to PC video streaming software.
i want to be able to stream a video , transcode/transrate it in case the remote connection is slower or the PC does not support many format, display the video.
JMF/RTP might do the trick, but i do not know about transcoding capabilities of JMF.
Can we convert to any format using JMF/RTP ? is it possible to transcode on the fly?
I found also this solution : jvlc which is a VLC java binding framwork:
https://trac.videolan.org/jvlc
VLC enables also to stream and transcode media content.
which solution is best in my case?
thanks alot
sebastien
[717 byte] By [
sebvena] at [2007-10-3 3:10:10]

HI,From my experience I would go down the VLC route. We have used it fairly succesfully in some projects, with live streaming etc. We have had less success with JMF. I do not think JMF has been worked on all that much lately and has fallen behind other media players somewhat.
Thank you very much for your answer.
Did you use VLC from a java application? if yes what API did you use?
I found so far jvlc which claims to do what VLC can do.
What i want to do is to countinously broadcast video streams over the network(live broadcast)
any advises, ideas or ecamples would be welcome.
best regards
sebastien
Hi,
I got error 500 Internal Server Error when i send a text message from jain-sip client, Client send the Text message to server but server return the above error.
There is no Text Message Handler Code in Server Proxy Class,
Also when i try to start Voice Connversation, Client sent a INVITE request to server but server return 500 Server Intnal Error. also there is no INVITE handler code in Server Proxy Class.
I am using jain-sip-presence-proxy SIP server and jain-sip-applet-phone.
please help me .......................................Its Urgent
why server could not handle the text or voice messages.
How i make the text and voice conversation.
with regards