jlbrd / qmagneto

Automatically exported from code.google.com/p/qmagneto
0 stars 0 forks source link

Enregistrement s'arrête dès le commencement #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Installation de mencoder :
Les paquets suivants ont été installés :
libamrnb3 (7.0.0.2-0.0medibuntu1)
libamrwb3 (7.0.0.3-0.0medibuntu1)
mencoder (2:1.0~rc2-0ubuntu17+medibuntu1)
2. Programmer un enregistrement
3. L'enregistrement débute et s'arrête instantanément. Aucun fichier en 
sortie.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

0.3.5 64bits ubuntu64bits

Please provide any additional information below.

~$ qmagneto
src/mainwindowimpl.cpp 196 : 88000 1226411551 debut : "mar. nov. 11
14:54:00 2008" fin : "mar. nov. 11 14:56:00 2008" 

puis les lignes suivantes s'affichent en même temps à l'heure prévue au
début de l'enregistrement :

src/mainwindowimpl.cpp 234 : debut "mencoder
"rtsp://mafreebox.freebox.fr/fbxtv_puib/stream?namespace=1&ervice=201&flavour=sd
"
 -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=1500 -vf
scale=-2:400 -ffourcc DIVX -fps 25 -ofps 25 -o 
"/home/thierrybo/Sys/Qmagneto/[france2]-Toute une histoire-11.nov.2008"" 

src/mainwindowimpl.cpp 235 : fin prevue : QDateTime("mar. nov. 11 14:55:59
2008") 

src/mainwindowimpl.cpp 349 : slotFinished 

Original issue reported on code.google.com by thierry....@gmail.com on 11 Nov 2008 at 1:59

GoogleCodeExporter commented 9 years ago
Peut-être que c'est un problème avec mencoder. quand je lance la même 
commande à la
main :
~$ mencoder
"rtsp://mafreebox.freebox.fr/fbxtv_puib/stream?namespace=1&ervice=201&flavour=sd
" 
-oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=1500 -vf 
scale=-2:400
-ffourcc DIVX -fps 25 -ofps 25 -o  
"/home/thierrybo/Sys/Qmagneto/[france2]-Toute une
histoire-11.nov.2008"
MEncoder 2:1.0~rc2-0ubuntu17+medibuntu1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz (Family: 6, Model: 23, 
Stepping: 10)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.
Resolving mafreebox.freebox.fr for AF_INET6...
Couldn't resolve name for AF_INET6: mafreebox.freebox.fr
Resolving mafreebox.freebox.fr for AF_INET...
Connecting to server mafreebox.freebox.fr[212.27.38.253]: 554...
librtsp: server responds: 'RTSP/1.0 403 Forbidden'
librtsp: server responds: 'RTSP/1.0 403 Forbidden'
rtsp_session: unsupported RTSP server. Server type is 'fbxrtspd/1.2 Freebox 
RTSP server'.
STREAM_LIVE555, URL:
rtsp://mafreebox.freebox.fr/fbxtv_puib/stream?namespace=1&ervice=201&flavour=sd
success: format: 21  data: 0x0 - 0x0
Stream not seekable!
 file format detected.
Failed to get a SDP description from URL
"rtsp://mafreebox.freebox.fr/fbxtv_puib/stream?namespace=1&ervice=201&flavour=sd
":
cannot handle DESCRIBE response: RTSP/1.0 403 Forbidden
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.

Exiting...

Original comment by thierry....@gmail.com on 11 Nov 2008 at 2:06

GoogleCodeExporter commented 9 years ago
Et sinon quelles options pour remplacer mencoder par vlc ?

Original comment by thierry....@gmail.com on 11 Nov 2008 at 2:17

GoogleCodeExporter commented 9 years ago
Voila l'adresse que j'ai : "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?
namespace=1&service=201&flavour=sd" qui est différente de ce que j'ai. Tu as 
notamment fbxtv_puib. C'est peut être le problème?

Original comment by jlbi...@gmail.com on 11 Nov 2008 at 2:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
OK, désolé pour le bruit, çàa marche 
J'ai mal modifié la ligne pour France 2 :-[

Original comment by thierry....@gmail.com on 11 Nov 2008 at 3:23

GoogleCodeExporter commented 9 years ago
Bon j'ai un retard d'une 1/4 seconde du son par rapport à l'image, mais c'est 
déjà ça !

Original comment by thierry....@gmail.com on 11 Nov 2008 at 3:26

GoogleCodeExporter commented 9 years ago
Essaye de mettre : 
"$STREAM" -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=1500 -vf
scale=-2:400 -ffourcc DIVX -fps 25 -ofps 25 -o  "$OUT.avi"
dans les paramètres. Chez moi ça marche bien.

Original comment by jlbi...@gmail.com on 11 Nov 2008 at 3:31

GoogleCodeExporter commented 9 years ago
heu, c'est déjà ce qu"il y a par défaut, à part le ".avi" rajouté à la 
fin du fichier
de sortie. Ca chnage quelque chose ?

Original comment by thierry....@gmail.com on 11 Nov 2008 at 3:44

GoogleCodeExporter commented 9 years ago
Non rien je pensais qut tu avais peut-être des paramètres différents

Original comment by jlbi...@gmail.com on 12 Nov 2008 at 12:13