Page 1 of 1

Recording network streaming in android

Posted: 05 Nov 2014 10:22
by SHarish
Hello Evereyone,

I have cloned the latest vlc source code and compiled it ok .
Now I want to record video coming from a udp stream.
So for this I got the following patch which supports recording (downloaded from https://patches.videolan.org/patch/606/)
and follow the steps from below link
https://forum.videolan.org/viewtopic.ph ... oid+record

I am able to build the application successfully. I am able to get the streaming successfully but application does not record the streame.I do not see the specified file being generated for recording.
Can anyone please help me to resolve the issue.

Re: Recording network streaming in android

Posted: 09 Nov 2014 06:14
by edwardw
The patch is probably out of date.

Re: Recording network streaming in android

Posted: 10 Nov 2014 08:06
by SHarish
Thank you very much for reply. Your help is really appreciated. Can you please provide correct patch which help to enable recording functionality in android.

Thanks and Regards,
SHarish

Re: Recording network streaming in android

Posted: 11 Nov 2014 16:26
by rowa
The patch(https://patches.videolan.org/patch/606/)) has committed more than 2 years,
A short time before, I patched the recent source code of vlc for android with this patch,
unfortunately it didn't work, maybe the patch is out of date,
if you patched an early version with it, it works well.

Re: Recording network streaming in android

Posted: 12 Nov 2014 08:10
by SHarish
Thank you very much for reply. Can you please let me know which version should I use to make it works?

Thanks and Regrads,

SHarish