Hi guys,
Any of you have experience using the '*start_recording()*' function of the RTPENGINE in a WebRTC scenario?.
At this point, I am able to record the stream but I am not able to play them. The output is a .pcap file in a raw format. I have tried the conversion: raw -> H264 -> mp4/avi (with different tools: videosnarf, x264, ffmepg) and not luck.
Do you know the right way to convert those stream in raw format?.
Any hint will be appreciated.
Regards,
Alberto,
Would you not first need to extract only the raw payload of every RTP frame, without encapsulating protocol headers?
On April 23, 2017 11:40:42 PM EDT, Alberto Llamas albertollamaso@gmail.com wrote:
-- Alex
-- Principal, Evariste Systems LLC (www.evaristesys.com)
Sent from my Google Nexus.
Hi Alex,
Thanks for your quick reply.
The output .pcap file is not supposed to have ethernet headers according to https://github.com/sipwise/rtpengine , section: recording-format. Not sure if that answer your question.
Thanks !
On Sun, Apr 23, 2017 at 11:48 PM, Alex Balashov abalashov@evaristesys.com wrote:
Alberto,
But does it have IP, UDP or RTP headers?
On April 23, 2017 11:57:00 PM EDT, Alberto Llamas albertollamaso@gmail.com wrote:
-- Alex
-- Principal, Evariste Systems LLC (www.evaristesys.com)
Sent from my Google Nexus.
Alex,
So far they have: IP header and UDP header....not RTP header.
Thanks !
On Mon, Apr 24, 2017 at 12:06 AM, Alex Balashov abalashov@evaristesys.com wrote: