You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my function to convert media files. I am trying to convert from gsm610 to mp3 in general. But in this function I am trying only convert MemoryStream to another MemoryStream to get another format.
My problem:
When I run my app on windows - everything is good (i get right audio file - mp3), when i run it on linux - i get empty video file.
After converting my input buffer (pinned .csv file):
This is my function to convert media files. I am trying to convert from gsm610 to mp3 in general. But in this function I am trying only convert MemoryStream to another MemoryStream to get another format.
My problem:
When I run my app on windows - everything is good (i get right audio file - mp3), when i run it on linux - i get empty video file.
After converting my input buffer (pinned .csv file):
Windows:
Capacity: 317952
Length: 251757
Linux Container:
Capacity: 256
Length: 45
dockerrun.csv
The text was updated successfully, but these errors were encountered: