Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Urgent : RTP implementation/library in Windows (Read 3764 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Urgent : RTP implementation/library in Windows

Hi to all,

I am from India.
I am a developer, developing a streaming software.
Developing streaming using RTP protocol(RealTime Transfer Protocol).

I am developping the application in C++ (MFC).
Does anyone knows a good implemntation/library for RTP on Windows Platform.
My requirements are:
The implementation must fetch audio from Audio files such as .mp3 or .wav files
and send it to the remote IP in ULAW format as
ULAW/rtp, 8000.0 Hz, 8-bit, Mono

Please post your reply ASAP.

Regards,
Ashish

Urgent : RTP implementation/library in Windows

Reply #1
Quote
Hi to all,

I am from India.
I am a developer, developing a streaming software.
Developing streaming using RTP protocol(RealTime Transfer Protocol).

I am developping the application in C++ (MFC).
Does anyone knows a good implemntation/library for RTP on Windows Platform.
My requirements are:
The implementation must fetch audio from Audio files such as .mp3 or .wav files
and send it to the remote IP in ULAW format as
ULAW/rtp, 8000.0 Hz, 8-bit, Mono

Please post your reply ASAP.



Hello, I don't know specifically if this what you are looking for, but maybe by downloading this source code you can get some idea of how to write code that's similiar for your streaming media application.

http://www.cs.columbia.edu/IRT/software/rtptools/

This would be great too, however the sourceforge page appears to be missing 

http://www.cs.columbia.edu/~hgs/rtp/rtp_live.html
budding I.T professional

Urgent : RTP implementation/library in Windows

Reply #2
Quote
...
Does anyone knows a good implemntation/library for RTP on Windows Platform.
...
[{POST_SNAPBACK}][/a]

Hello,
take a look at open-source [a href="http://www.videolan.org/vlc/]VLC media player[/url] which is also available as precompiled binary for Win32.