python-mpegdash
python-mpegdash copied to clipboard
MPEGDASHParser write to file throws error
When i am trying to write back the mpd object to xml file using MPEGDASHParser.write(mpd_file, mpd_file_path), i got this error: 'unicode' object has no attribute 'write'
@matanmarciano Thanks for the report. Can you share the MPD sample you tried? It will be helpful for me to reproduce and debug it.