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]
# 1
i read a bit more the documentation and found out that it is possible to use rtsp locator to load video streams from a server.i was wondering is there any rtsp streaming server available on Internet in order to test my application?thank you
sebvena at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...
# 2
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.
ghoylea at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...
# 3

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

sebvena at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...
# 4
Did you use VLC from a java application? Or from a java applet?If so, could you explain us how to do it?Thanks!!!
lagarazoa at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...
# 5
hi AllI need a java api to convert from video files like mpeg,rm or avi to flv format.Does any body has an idea about this? please help. I found ffmpeg but i think there is no java api for that.
kranthi@pwa at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...
# 6

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

farazbs20a at 2007-7-14 21:00:56 > top of Java-index,Security,Cryptography...