Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Receiving video over HTTP (when client behind the proxy)

Status
Not open for further replies.

oradkov

Programmer
Apr 17, 2003
1
UA
I'm wondering if someone could give me an advice or a piece
of code of how to implement the video/audio content
receiving when client is hidden by the proxy. Original
situation is the next: servlet sends video stream as http
packets on some port on the server and client is listening
to this port receiving http packets and converting them.

I've implemented my own protocol (hrtp) for media
transmition - this caused mainly a new datasource, datasink
handle and media locator to be written.

But when I started the investigation with media receiving, finally my hair stood on end! The things that should be done obviously - to write protocol content handler + pull datasource with source stream + use media handler for my
protocol. But seems that's not enough - SUN's RTP uses
different things like RTPSessionMgr, listeners, lot's of other stuff. Should I implement all of it?? That's almost
50 files!

Is there more simple way to integrate custom transport protocol using JMF features and minor code changes?

Thanks in advance for any help offered!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top