mux Questions

1

Solved

I can access GET parameters using mux: import ( "github.com/gorilla/mux" ) func main(){ rtr := mux.NewRouter() rtr.HandleFunc("/logon", logonGet).Methods("GET") } func logonGet(w http.ResponseW...
Andress asked 28/1, 2015 at 12:23

1

Solved

In a go program, I want to run two web servers at the same time, obviously they will be serving on two different ports (and ip addresses if necessary), the problem is with the call to http.handle, ...
Quent asked 17/1, 2014 at 10:12

2

Solved

My directory structure looks like this: myapp/ | +-- moduleX | | | +-- views.go | +-- start.go The app gets started with start.go and from there I configure all the routes and import the handler...
Emalia asked 14/10, 2013 at 8:53

1

In order to add NAL headers to a raw H264 stream, what do I need to do? Ultimately, I want to take the video file and mux it with an audio file. 2 related questions: 1.) I've looked at this post:...
Craigie asked 26/6, 2013 at 15:18

1

Solved

I would like to capture video, compress it and mux it as an mpeg2 ts. All of this is quite simple with the ffmpeg libraries, but what I would like to do, instead of writing it to a file, is capture...
Northbound asked 14/5, 2012 at 8:20

© 2022 - 2024 — McMap. All rights reserved.