Can I change name of recorded video .mp4?
Closed this issue · 2 comments
anusornleo commented
After record. I want to get url to video file in nodejs. so I want a rename in my custom name to create url for player. But I can't find solution to change name by code. or if not, Can I get a path of video as response ( ex. http://localhost/media/0_156151516516516.mp4 )
I tried to change output_file varable in video_convert.py but not working
plutoless commented
@anusornleo hi unfortunately currently the recorded file name does not support renaming.
anusornleo commented
Thank you for response.