NetTalk Central

Author Topic: Can we do Streaming with NT?  (Read 3613 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Can we do Streaming with NT?
« on: December 22, 2015, 12:05:16 PM »
Can NT do streaming? that is the server sending a stream and the client lisening?
Thanks
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Can we do Streaming with NT?
« Reply #1 on: December 23, 2015, 04:27:40 AM »
Hi Alberto,

much more information required to answer this. Like what protocol are you planning to use?

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Can we do Streaming with NT?
« Reply #2 on: December 23, 2015, 07:24:43 AM »
Any protocol will be ok...
It is for a stocks system.
On the server side there are many modification on stock prices and quantities and this must be transmited to many browsers that are listening to the server.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Can we do Streaming with NT?
« Reply #3 on: December 23, 2015, 11:10:17 PM »
Hi Alberto,

I don't think this qualifies as "streaming".

I think maybe this could be done using WebSockets (which are on the list for NT9, but not in yet).

Cheers
Bruce
 

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Can we do Streaming with NT?
« Reply #4 on: December 28, 2015, 07:59:25 AM »
I think you are right, any ETA for it in NT9?
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Can we do Streaming with NT?
« Reply #5 on: December 28, 2015, 10:41:34 PM »
no ETA yet - it might be soon, it might not. I do have the code though, so it's not a big job to fold it in.

cheers
Bruce

ramiro

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: Can we do Streaming with NT?
« Reply #6 on: January 04, 2016, 11:25:57 AM »
Bruce,
Respect to audio streaming, It is possible with NT and which protocols?

thank you
Ramiro

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Can we do Streaming with NT?
« Reply #7 on: January 04, 2016, 07:38:04 PM »
Hi Ramiro,

All things are _possible_ because fundamentally it's just data moving over a connection.

Of course some things might be more work than others. Email is easy because the work to implement POP3, SMTP and IMAP have been done. For other things the support for that protocol has not been done, so it''s more work to make it happen. but, as I say, it's all _possible_.

Personally I've not done any work in the field of streaming audio, so you'd need to investigate what protocols you want to use, and then implement them if you wanted to use them.

cheers
Bruce