Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you try to build RTMP.swf on windows you will get stuck #130

Open
Red-Killer opened this issue Apr 30, 2023 · 0 comments
Open

If you try to build RTMP.swf on windows you will get stuck #130

Red-Killer opened this issue Apr 30, 2023 · 0 comments

Comments

@Red-Killer
Copy link

If you try to build RTMP.swf on windows using git bash you will get this error

command line
Error: unable to open 'C:\Users\RedKiller\Desktop\clappr-rtmp-plugin-0.0.19\src\OSMF.swc:.\SMILPlugin.swc'.

to fix it basically change the content of build_player.sh in ./src folder to this $(find $HOME/airsdk/ -name mxmlc | sed -n 1p) -default-background-color=0x000000 -define CONFIG::LOGGING false -define CONFIG::MOCK false -define CONFIG::PLATFORM true -define CONFIG::FLASH_10_1 true -default-size=640,360 -language=as3 -output=../public/RTMP.swf -optimize=true -compress=true -use-gpu=true -target-player=11.1 -use-network=false RTMP.as -library-path+=./OSMF.swc -library-path+=./SMILPlugin.swc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant