I am trying to stream my hd pvr to justin.tv but it does not seem to be working. it keeps creating an mp4 file instead of .sdp for the stream.
when i go through the streaming setup i set the destination to rtp/mpeg transport stream and set the address to 127.0.0.1 and base port to 1234.
then i change the generated stream output string from
":sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{dst=127.0.0.1,port=1234,mux=ts} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep"
to
":sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{dst=127.0.0.1,port=1234,mux=ts,sdp=file://home/ktorp/vlc.sdp} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep"
this creates vlc.mp4 in home/ktorp
im on ubuntu by the way
when i run the jtvlc command it says it cant find the sdp file. here's the jtvlc command i run:
./jtvlc/jtvlc k_torp streamkey /home/ktorp/vlc.sdp -d
obviously streamkey is replaced with my actual stream key. any help would be appreciated thanks.