XCODE: Need Code help so I can play multicast broadcast audio from local network

So basically I’m trying to build the application which can receive Translator audio via RTP multicast over Wi-Fi network or local area network

The scenario: via VLC on computer by sending broadcast and receiving broadcast on VLC app.
Also if possible for you to share swift code or direction to make at least how to play RTP stream for 239.178.14.25:5001 (multicast)

Answered by DTS Engineer in 712151022

It’s hard to answer this without more info about your expectations. Are you looking for a high-level API that can play RTP streams? Or are you planning to implement this playback yourself by combining low-level APIs, like a networking API and a media playback API?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

It’s hard to answer this without more info about your expectations. Are you looking for a high-level API that can play RTP streams? Or are you planning to implement this playback yourself by combining low-level APIs, like a networking API and a media playback API?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thanks a lot

Sorry for not clear on information. I am very new and just started learning. I have some background on multicasting since my professional skill.

trying to make solutions for alternative for FM translation in my non profile organization. So in local area network I will sending RTP audio feed via multicasting. All I wants to make on iOS app that can play that live feed.

I don’t even know much basic. So plz help me if you can where to start

XCODE: Need Code help so I can play multicast broadcast audio from local network
 
 
Q