We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
$(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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you try to build RTMP.swf on windows using git bash you will get this error
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
The text was updated successfully, but these errors were encountered: