python-mpegdash icon indicating copy to clipboard operation
python-mpegdash copied to clipboard

MPEGDASHParser write to file throws error

Open matanmarciano opened this issue 6 years ago • 1 comments

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 avatar May 15 '19 12:05 matanmarciano

@matanmarciano Thanks for the report. Can you share the MPD sample you tried? It will be helpful for me to reproduce and debug it.

sangwonl avatar Mar 31 '21 12:03 sangwonl