• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Audio/Video streaming TO decklink card

 
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
This is my First Post, so Greetings to everybody!
I'm a beginner in Java Development and I'm working as an Intern in a Company,

They have asked me to develop an application which can Stream Audio/Video(Any A/V, it could be a Computer's Screen or any A/V running on a computer) to the Decklink Card in that Computer so that then it can be distributed to other feeds through that Decklink Card.
I've searched on the internet but haven't found any example to point me in the right direction, so Please help me out here.

Thank You in Advance.
 
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bikram Sim wrote: Hi,
This is my First Post, so Greetings to everybody!
I'm a beginner in Java Development and I'm working as an Intern in a Company,

They have asked me to develop an application which can Stream Audio/Video(Any A/V, it could be a Computer's Screen or any A/V running on a computer) to the Decklink Card in that Computer so that then it can be distributed to other feeds through that Decklink Card.
I've searched on the internet but haven't found any example to point me in the right direction, so Please help me out here.

Thank You in Advance.



You may like to use Java Media APIs:- http://java.sun.com/javase/technologies/desktop/media/
 
Marshal
Posts: 79177
377
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And welcome to the Ranch
 
Bikram Sim
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much Campbell Ritchie!

And Thank You Palak Mathur, I really Appreciate your prompt help, i think JMF would fit this task, but i'm still not able to figure out how to direct the A/V stream to the DeckLink Card, any Small Example or something would be a great help.

Thank You in Advance.

 
Bikram Sim
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any One Please Help!!
 
Palak Mathur
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bikram Sim wrote:Any One Please Help!!



No idea buddy. Will have to study about this thing.
 
Bikram Sim
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oh man, don't want to say no to my boss, its my first job, anyways, Thank you Palak Mathur.
 
Palak Mathur
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bikram Sim wrote:oh man, don't want to say no to my boss, its my first job, anyways, Thank you Palak Mathur.



Hi Bikram,

Why don't you use C for doing this?
 
Bikram Sim
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Palak Mathur wrote:

Hi Bikram,

Why don't you use C for doing this?



Hmmm.. that shud work, could you please send me links for examples or something for this task.

Thank You in Advance!
 
Palak Mathur
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bikram Sim wrote:

Palak Mathur wrote:

Hi Bikram,

Why don't you use C for doing this?



Hmmm.. that shud work, could you please send me links for examples or something for this task.

Thank You in Advance!



I have no idea about how and what needs to be done. But I found a blog on internet. Check if this helps you in any way. http://systemsdaemon.blogspot.in/2011/03/http-streaming-video-using-program-in-c.html
 
Bikram Sim
Greenhorn
Posts: 11
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Palak Mathur wrote:
I have no idea about how and what needs to be done. But I found a blog on internet. Check if this helps you in any way. http://systemsdaemon.blogspot.in/2011/03/http-streaming-video-using-program-in-c.html


Thank you, I haven't looked at it though as I was ill, but I'll see as soon as I get time.
thank you once again!
reply
    Bookmark Topic Watch Topic
  • New Topic