• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

JMF: Stream video over UDP

 
Ranch Hand
Posts: 608
Eclipse IDE Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'd like to use a JMF player to play video content requested from a media server over UDP.
But I am having problems...if I try to construct a player like this:


I always get a NoPlayerException.My peer says that is because JMF doesnt know how to handle the UDP content,although I find that ambiguous because I thought 'UDP' defined the protocol and not the content,so why should JMF need a different player?I'd understand if it needed different players for different video formats..

I can play the video over the network with udp in videolan fine.Also, the JMF version that I am using doesn't have the RTPSocket class
and the OuputDataStream class and the MediaPlayer class.Does anyone know what version it is?
 
I AM MIGHTY! Especially when I hold this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic