• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Streaming

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to do some experiments in live streaming p2p. I can use any server and player. So what I need to do is, any peer must be able to connect in the server and play the streaming, as well serve another peers. In other words a peer need to be able to retransmit the streaming that it got from the server to another peer. Do you guys have any example of a program that connect in a streaming server and play the content in the quicktime (or any other player) ? Or any other reference based on that?

Right now I am able to connect in the DSS server, store all data that it sends to me, and I am also able to accomplish with success the phases DESCRIBE, SETUP, PLAY of a quicktime player requisition. But I am not able to make the quicktime play the content that I am sending to it. Maybe with some examples I can fix it.

Thanks.

Pedpano
 
Popeye has his spinach. I have this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic