Skip to content

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

Open
@Red-Killer

Description

@Red-Killer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions