hi
i am running a ubuntu server.
when ever i try to open the page “http://X.X.X.X:8086/livestreamrecorder”
i get the error “Error: null”, i have read the documentation all the html forms work well. but the webinterface dosent work.
Thank You
AJ
hi
i am running a ubuntu server.
when ever i try to open the page “http://X.X.X.X:8086/livestreamrecorder”
i get the error “Error: null”, i have read the documentation all the html forms work well. but the webinterface dosent work.
Thank You
AJ
server comment - Serial number: XXXXX-XXXXX-XXXXX-XXXXX-4BYME
INFO server comment - Maximum connections: Unlimited
INFO server comment - Hardware Available Processors: 2
INFO server comment - Hardware Physical Memory: 859MB/1024MB
INFO server comment - Hardware Swap Space: 2048MB/2048MB
INFO server comment - Max File Descriptor Count: 20000
INFO server comment - Open File Descriptor Count: 51
INFO server comment - OS Name: Linux
INFO server comment - OS Version: 2.6.32-042stab076.5
INFO server comment - OS Architecture: i386
INFO server comment - Java Name: OpenJDK Server VM
INFO server comment - Java Vendor: Oracle Corporation
INFO server comment - Java Version: 1.7.0_25
INFO server comment - Java VM Version: 23.7-b01
INFO server comment - Java Spec Version: 1.7
INFO server comment - Java Home: /usr/lib/jvm/java-7-openjdk-i386/jre
INFO server comment - Java Max Heap Size: 1160MB
INFO server comment - Java Architecture: 32
INFO server comment - Java Encoding[file.encoding]: ANSI_X3.4-1968
INFO server comment - Java Args[0]: -Xmx1200M
INFO server comment - Java Args[1]: -Djava.net.preferIPv4Stack=true
INFO server comment - Java Args[2]: -Dcom.sun.management.jmxremote=true
INFO server comment - Java Args[3]: -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServer
INFO server comment - Java Args[4]: -Dcom.wowza.wms.ConfigURL=
INFO server comment - Java Args[5]: -Dcom.wowza.wms.ConfigHome=/usr/local/WowzaMediaServer
INFO server comment - Java GC[0]: Copy
INFO server comment - Java GC[1]: MarkSweepCompact
INFO server comment - Server threads[h/t]: 10/10
INFO server comment - CMDInterface now listening: [any]:8083
INFO vhost vhost-start defaultVHost -
INFO server comment - defaultVHost threads[h/t]:120/80 home:/usr/local/WowzaMediaServer
INFO vhost comment defaultVHost Bind attempt ([any]:1935:4)
INFO vhost comment defaultVHost Bind successful ([any]:1935)
INFO vhost comment defaultVHost Bind attempt ([any]:8086:1)
INFO vhost comment defaultVHost Bind successful ([any]:8086)
INFO server comment - Wowza Media Server is started!
INFO server comment - ModuleStreamRecord HTTPRequest
INFO server comment - ModuleStreamRecord action:
INFO server comment - ModuleStreamRecord app:
INFO server comment - ModuleStreamRecord streamName:
INFO server comment - ModuleStreamRecord outputPath: null
INFO server comment - ModuleStreamRecord append: false
INFO server comment - ModuleStreamRecord version: true
INFO server comment - ModuleStreamRecord startOnKeyFrame: false
INFO server comment - ModuleStreamRecord recordData: true
INFO server comment - ModuleStreamRecord format (1=flv, 2=mp4): 1
You can use the HTTP get method and URL querystring parameters to record live streams. See this section of the Live Stream Record API article:
Recording live streams using URL queries
Salvadore
The only real advice I can give in regards to the LiveStreamRecord question is to upgrade Wowza to 3.5 at least. Even better would be to upgrade to Wowza 4.0.
To require user authentication for RTSP streams you need to change /conf/[app-name]/Application.xml /RTP /Authentication /PlayMethod to “digest”
Salvadore
Sir
i am operating upon WMS 2.2.4 and am using LiveStreamRecord_2.0.zip. HTTP method works just fine, but using the API would be a great help.
I have made the changes as suggested in the document but the issue still persists.
Guide me on the changes i needed make it work. All other features on the server work.
And one more thing WMS authenticates all in coming streams through FMLE and goCoder but when ever i am streaming from a android app like OS Broadcaster, no authentication event occurs. How do i get it to authenticate from all streaming apps mobile or non mobile ?