Kurento / bugtracker

[ARCHIVED] Contents migrated to monorepo: https://github.com/Kurento/kurento
46 stars 10 forks source link

Send audio to IP Camera via RTSP with Kurento. #215

Open 3wkit opened 6 years ago

3wkit commented 6 years ago

I need to send audio to IP Camera with RTSP. Is it possible with Kurento? Or is there another way? Thanks for any help.

micaelgallego commented 6 years ago

It depends a lot on what kind of camera are you using. You will have to try it by yourself.

Regards

El 1 dic. 2017 2:40, "3wkit" notifications@github.com escribió:

I need to send audio to IP Camera with RTSP. Is it possible with Kurento? Or is there another way? Thanks for any help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Kurento/bugtracker/issues/215, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBdKAbV4jeu6z4hsQ6XTdlVFQ4_y6vkks5s71j9gaJpZM4QxvsZ .

3wkit commented 6 years ago

Can you give me some topics? I have used the "https://github.com/lulop-k/kurento-rtsp2webrtc" with IP Camera successfully. But I need to send audio to the IP Camera (chinese IP cameras with two-way audio). I can not find any way. Maybe you can give me some topics?

Thanks.

virtualfunction commented 6 years ago

I've not done a lot with RTP, RTSP so a wild stab in the dark here, but have you looked into the codec's being used by the camera to see if they are compatible with the payloads supported by Kurento (OPUS, AMR, PCMU). If it's using MPEG you might need to add "MPEG4-GENERIC/44100/2" to your SdpEndpoint.conf.json

SUlbrichA commented 6 years ago

Any news on that topic?